Blazor | ComponentOne
C1.Blazor.Menu Assembly / C1.Blazor.Menu Namespace / C1MenuItem Class / ShowOpenIcon Property

In This Topic
    ShowOpenIcon Property (C1MenuItem)
    In This Topic
    Gets or sets whether the open icon is displayed, provided the sub menu has items.
    Syntax
    'Declaration
     
    
    Public Property ShowOpenIcon As Boolean
    public bool ShowOpenIcon {get; set;}
    See Also