Scheduler for WPF
Row プロパティ (DistributionInfo)

C1.WPF.Schedule.4.5.2 アセンブリ > C1.WPF.Schedule 名前空間 > DistributionInfo クラス : Row プロパティ
DistributionInfoによって記述される要素が配置される行数を取得または設定します。
シンタックス
'宣言
 
Public Property Row As System.Nullable(Of Integer)
public System.Nullable<int> Row {get; set;}
解説
デフォルト値は null です。これは、デフォルトの行の位置が変更されていないことを意味します。null 以外の値に設定すると、指定された行位置に子要素を配置するように AutoDistributionGridに指示します。
参照

DistributionInfo クラス
DistributionInfo メンバ