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

In This Topic
    ColumnFooterRows Property (C1FlexGrid)
    In This Topic
    Gets the collection of column footer rows.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnFooterRows As RowCollection
    public RowCollection ColumnFooterRows {get;}
    Remarks
    This property is equivalent to ColumnFooters.Rows.
    See Also