WinUI | ComponentOne
C1.WinUI.Menu Assembly / C1.WinUI.Menu Namespace / C1MenuList Class / ItemConverter Property
In This Topic
    ItemConverter Property (C1MenuList)
    In This Topic
    The ItemConverter performs the conversion from a C1HierarchicalPresenter instance to its String representation. If not set by the user, the default converter will be used.
    Syntax
    public TypeConverter ItemConverter {get; set;}
    See Also