0
kicks
Bind Enum to a WPF ListBox using ObjectDataProvider
The Enum.GetValues() method retrieves an array of the values of the constants in an Enum. Let us see how to use this method and bind an Enumeration to a WPF ListBox using the ObjectDataProvider.