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

In This Topic
    RowHeaderColumns Property
    In This Topic
    Gets the collection of columns of the row header.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RowHeaderColumns As GridColumnCollection
    public GridColumnCollection RowHeaderColumns {get;}
    See Also