ComponentOne DataGrid for WPF and Silverlight
TopRows Property (DataGridRowCollection)

C1.Silverlight.DataGrid Namespace > DataGridRowCollection Class : TopRows Property
Gets the collection of rows that are located on top of the item rows.
Syntax
'Declaration
 
Public ReadOnly Property TopRows As System.Collections.ObjectModel.Collection(Of DataGridRow)
public System.Collections.ObjectModel.Collection<DataGridRow> TopRows {get;}

Property Value

The top rows.
See Also

Reference

DataGridRowCollection Class
DataGridRowCollection Members