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

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > DistributionInfo クラス : Row プロパティ
Gets or sets a row number where the element described by the DistributionInfo will be placed.
シンタックス
'宣言
 
Public Property Row As System.Nullable(Of Integer)
public System.Nullable<int> Row {get; set;}
解説
The default value is Null, which means that a default row position is not changed. Setting it to a non-null value forces AutoDistributionGrid to place the child element in the specified row position.
参照

DistributionInfo クラス
DistributionInfo メンバ