[]
        
(Showing Draft Content)

C1.WPF.Schedule.DistributionInfo.Row

Row Property

Row

Gets or sets a row number where the element described by the DistributionInfo will be placed.

Declaration
public int? Row { get; set; }
Remarks

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.