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

In This Topic
    ColumnFooters Property
    In This Topic
    Gets the GridPanel that contains the column footer cells.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColumnFooters As GridPanel
    public GridPanel ColumnFooters {get;}
    See Also