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

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