Blazor | ComponentOne
C1.Blazor.Menu Assembly / C1.Blazor.Menu Namespace / C1MenuList Class / OpenIconTemplate Property

In This Topic
    OpenIconTemplate Property (C1MenuList)
    In This Topic
    Gets or sets the template of the icon used to show this item has a sub-menu.
    Syntax
    'Declaration
     
    
    Public Property OpenIconTemplate As RenderFragment(Of C1Style)
    public RenderFragment<C1Style> OpenIconTemplate {get; set;}
    See Also