Gets the collection of column footer rows.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.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