The DistributionInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Column |
Gets or sets a column number where the element described by the
DistributionInfo will be placed.
| |
| ColumnSpan |
Gets or sets a number of columns spanned by a child element.
The default value is 1.
| |
| ElementIndex |
Gets or sets an index of a child element in the child elements collection
of the AutoDistributionGrid grid whose distribution info is defined by this object.
| |
| Propagate |
Gets or sets a value that defines a number of child elements whose placement
is described by the DistributionInfo.
The default value is 0, which means no propagation.
| |
| Row |
Gets or sets a row number where the element described by the
DistributionInfo will be placed.
| |
| RowSpan |
Gets or sets a number of rows spanned by a child element.
The default value is 1.
|