How to Bind an Enum to a ComboBox in WPF by @brianlagunas brianlagunas.com
In this video, I answer the question “How to Bind an Enum to a ComboBox in WPF?”.
When most WPF developers bind an enum to a combobox in WPF, they use the standard ObjectDataProvider approach. This consists of creating an ObjectDataProvider as a resource in tour wpf application. Setting the MethodName and ObjectType properties.
Report Story
Leave Your Comment