Search Results

0
votes
0answers
104 views

GetLocalValueEnumerator() Not Returning All Properties

I am trying to perform validation in my WPF application using the solution in Detecting WPF Validation Errors …
0
votes

Using a WPF toolkit DatePicker as a parameter to an ObjectDataProvider used as an itemssource

If you build your class with INotifyPropertyChanged like this: public class MyDataObject : INotifyPropertyChanged { private DateTime _SelectedDate; public DateTime SelectedD …