Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridWrapCellFactory Class / ColumnHeaderRowsCount Property

In This Topic
    ColumnHeaderRowsCount Property (GridWrapCellFactory)
    In This Topic
    Gets the number of rows belonging to the column headers area.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ColumnHeaderRowsCount As Integer
    public virtual int ColumnHeaderRowsCount {get;}
    See Also