DataGrid for WPF/Silverlight
Rows プロパティ (DataGridCellsRange)

C1.Silverlight.DataGrid.5 アセンブリ > C1.Silverlight.DataGrid 名前空間 > DataGridCellsRange クラス : Rows プロパティ
一部のセルがこの範囲に属している行を取得します。
シンタックス
'宣言
 
Public ReadOnly Property Rows As System.Collections.Generic.IEnumerable(Of DataGridRow)
public System.Collections.Generic.IEnumerable<DataGridRow> Rows {get;}

プロパティ値

行。
参照

DataGridCellsRange クラス
DataGridCellsRange メンバ