The DistributionInfo type exposes the following members.

Properties

  NameDescription
Public propertyColumn
Gets or sets a column number where the element described by the DistributionInfo will be placed.
Public propertyColumnSpan
Gets or sets a number of columns spanned by a child element. The default value is 1.
Public propertyElementIndex
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.
Public propertyPropagate
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.
Public propertyRow
Gets or sets a row number where the element described by the DistributionInfo will be placed.
Public propertyRowSpan
Gets or sets a number of rows spanned by a child element. The default value is 1.

See Also