ColumnHeaderSelectedStyle Property
In This Topic
Gets or sets the
C1.Blazor.Core.C1Style applied to the selected column headers.
Syntax
'Declaration
Public Property ColumnHeaderSelectedStyle As C1Style
public C1Style ColumnHeaderSelectedStyle {get; set;}
See Also