Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / TransposedGridCellFactory Class / ColumnFooterRowsCount Property

In This Topic
    ColumnFooterRowsCount Property (TransposedGridCellFactory)
    In This Topic
    Gets the number of rows belonging to the column footers area.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property ColumnFooterRowsCount As Integer
    public override int ColumnFooterRowsCount {get;}
    See Also