ComponentOne DataGrid for WPF and Silverlight
TopRows Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : TopRows Property
Gets the collection of rows that are placed 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;}
See Also

Reference

C1DataGrid Class
C1DataGrid Members