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
 
Remarks
This property is equivalent to ColumnFooters.Rows.
See Also