ComponentOne DataGrid for WPF and Silverlight
BottomRows Property (DataGridRowCollection)

C1.Silverlight.DataGrid Namespace > DataGridRowCollection Class : BottomRows Property
Gets the collection of rows that are located at 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;}

Property Value

The bottom rows.
See Also

Reference

DataGridRowCollection Class
DataGridRowCollection Members