Gets the collection of column footer rows.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public RowCollection ColumnFooterRows { get; }
Visual Basic
Public ReadOnly Property ColumnFooterRows As RowCollection
	Get

Remarks

This property is equivalent to ColumnFooters.Rows.

See Also