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 →

Syncfusion Radial Menu Command binding

Radial Menu has the ability to add items through ItemsSource property. A collection of different types of objects can be added into the Items collection. If the ItemsSource is not null, the items in the items property are read-only. You cannot add an object or change the objects in the Items property. In this case,... Continue Reading →

Up ↑