ComponentOne Scheduler for WPF and Silverlight
Row Property

C1.WPF.Schedule Namespace > DistributionInfo Class : Row Property
Gets or sets a row number where the element described by the DistributionInfo will be placed.
Syntax
'Declaration
 
Public Property Row As System.Nullable(Of Integer)
public System.Nullable<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.
See Also

Reference

DistributionInfo Class
DistributionInfo Members