I have an Enum defined as Type
public Enum **Type** { OneType, TwoType, ThreeType };
Now I bind Type to the ribbon tag control drop-down menu in the ribbon control, which displays each menu using MenuName with the corresponding image.
(I am using Syncfusion Ribbon Control).
I want each type of enumeration of type OneType to have a specific data template that has a menu name and a corroding image.
How can I define an enumeration data template?
Please offer me a solution if possible!
Please tell me if this is not possible or I think in the wrong direction!
source share