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

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public Nullable<int> Row { get; set; }
Visual Basic (Declaration)
Public Property Row As Nullable(Of Integer)
	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