Enum to ComboBox binding

Any real world appliation would like bind the Enum values to a ComboBox. So it is always better to have common code that will do the logic. Below, I have a helper class which exposed a property to get the enum type, so that I can resolve the enum values. 1: public static Type GetEnum(DependencyObject... Continue Reading →

Up ↑