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

In This Topic
    OpenedBackground Property (C1MenuItem)
    In This Topic
    Gets or sets the C1.Blazor.Core.C1Color used in a menu item when this item is opened.
    Syntax
    'Declaration
     
    
    Public Property OpenedBackground As C1Color
    public C1Color OpenedBackground {get; set;}
    See Also