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

In This Topic
    IsSubMenuOpenedStyle Property (C1MenuList)
    In This Topic
    Gets or sets the style of the item which sub-menu is opened.
    Syntax
    'Declaration
     
    
    Public Property IsSubMenuOpenedStyle As C1Style
    public C1Style IsSubMenuOpenedStyle {get; set;}
    See Also