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

In This Topic
    ColumnHeaderRows Property
    In This Topic
    Gets the collection of rows of the column headers.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColumnHeaderRows As GridRowCollection
    public GridRowCollection ColumnHeaderRows {get;}
    See Also