WPF Data binding Label content WPF Data binding Label content wpf wpf

WPF Data binding Label content


CalculatorOutput has no getter. How should the View get the value? The Property has to be public as well.

public String CalculatorOutput{    get { return _calculatorOutput; }    set    {        _calculatorOutput = value;        NotifyPropertyChanged();    }}