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

In This Topic
    SelectedItemStyle Property (C1MenuList)
    In This Topic
    Gets or sets the style of the selected items.
    Syntax
    'Declaration
     
    
    Public Property SelectedItemStyle As C1.Blazor.Core.C1Style
    public C1.Blazor.Core.C1Style SelectedItemStyle {get; set;}
    See Also