ComponentOne DataGrid for WPF and Silverlight
BottomRows Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : BottomRows Property
Gets the collection of rows that are placed at the bottom of the item rows.
Syntax
'Declaration
 
Public ReadOnly Property BottomRows As System.Collections.ObjectModel.Collection(Of DataGridRow)
public System.Collections.ObjectModel.Collection<DataGridRow> BottomRows {get;}
See Also

Reference

C1DataGrid Class
C1DataGrid Members