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

In This Topic
    ColumnFooters Property (FlexGrid)
    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