SelectedBackground Property
In This Topic
Gets or sets the
C1.Blazor.Core.C1Color used to highlight the control when it is selected.
Syntax
'Declaration
Public Property SelectedBackground As C1Color
public C1Color SelectedBackground {get; set;}
See Also