c# mvvm – Bind Model data to DialogBox Text
I’m trying to bind data from a model to the Text property of a TextBlock on a DialogBox. But strangely, no text is displayed.
I’m trying to bind data from a model to the Text property of a TextBlock on a DialogBox. But strangely, no text is displayed.