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

In This Topic
    ColumnFooterRows Property (FlexGrid)
    In This Topic
    Gets the collection of rows of the column footers.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnFooterRows As GridRowCollection
    public GridRowCollection ColumnFooterRows {get;}
    See Also