WinUI | ComponentOne
C1.WinUI.Menu Assembly / C1.WinUI.Menu Namespace / C1MenuItem Class / ItemTemplateSelector Property
In This Topic
    ItemTemplateSelector Property (C1MenuItem)
    In This Topic
    Template selector used to specify different templates applied to items of the same type.
    Syntax
    public DataTemplateSelector ItemTemplateSelector {get; set;}
    Remarks
    Avoid doing complex tasks in the Select method such as accessing dictionaries because it could make the layout to work slow.
    See Also