196 Views
Flagged enumerations can present a difficult problem for data binding, this article presents a solution for binding these enumerations to individual CheckBox(s) in a WPF sample application.
Join in on a hand-picked round up of the best .NET articles every day.
Curated by our Moderators and Voted up by our Community. Free.
Flagged enumerations can present a difficult problem for data binding, this article presents a solution for binding these enumerations to individual CheckBox(s) in a WPF sample application.
Do you think you could expand a little more on what's going on with your FlaggedEnumViewModel class?