Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridBase Class / RowHeaderSelectedStyle Property

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