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

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