Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / ActualColumnHeaderSelectedStyle Property

In This Topic
    ActualColumnHeaderSelectedStyle Property
    In This Topic
    Gets the actual style that will be applied to the column-header cells when they are selected.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActualColumnHeaderSelectedStyle As C1Style
    public C1Style ActualColumnHeaderSelectedStyle {get;}
    See Also