OpenedBackground Property (C1MenuSeparator)
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