DataGrid for WPF/Silverlight
TopRows プロパティ (DataGridRowCollection)

C1.WPF.DataGrid.4.5.2 アセンブリ > C1.WPF.DataGrid 名前空間 > DataGridRowCollection クラス : TopRows プロパティ
項目行の上端に配置される行のコレクションを取得します。
シンタックス
'宣言
 
Public ReadOnly Property TopRows As System.Collections.ObjectModel.Collection(Of DataGridRow)
public System.Collections.ObjectModel.Collection<DataGridRow> TopRows {get;}

プロパティ値

一番上の行。
参照

DataGridRowCollection クラス
DataGridRowCollection メンバ