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

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

プロパティ値

一番下の行。
参照

DataGridRowCollection クラス
DataGridRowCollection メンバ