# C1.WPF.Schedule.DistributionInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Schedule_DistributionInfo" data-uid="C1.WPF.Schedule.DistributionInfo" class="text-break">DistributionInfo Class
</h1>
  <div class="markdown level0 summary"><p>Describes a non-default placement for a child element of the
<a class="xref" href="C1.WPF.Schedule.AutoDistributionGrid.html">AutoDistributionGrid</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">DistributionInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Schedule.html">C1.WPF.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Schedule.dll</h6>
  <h5 id="C1_WPF_Schedule_DistributionInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DistributionInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DistributionInfo</code></pre>
  </div>
  <h5 id="C1_WPF_Schedule_DistributionInfo_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Use instances of the <a class="xref" href="C1.WPF.Schedule.DistributionInfo.html">DistributionInfo</a> class as items of the
<a class="xref" href="C1.WPF.Schedule.AutoDistributionGrid.ChildrenDistributionInfo.html#C1_WPF_Schedule_AutoDistributionGrid_ChildrenDistributionInfo">ChildrenDistributionInfo</a> collection
to change a default placement of a certain child element.
Each <a class="xref" href="C1.WPF.Schedule.DistributionInfo.html">DistributionInfo</a> object of the collection instructs the grid that
a child object at index <a class="xref" href="C1.WPF.Schedule.DistributionInfo.ElementIndex.html#C1_WPF_Schedule_DistributionInfo_ElementIndex">ElementIndex</a> should be (optionally)
placed to a cell with <a class="xref" href="C1.WPF.Schedule.DistributionInfo.Row.html#C1_WPF_Schedule_DistributionInfo_Row">Row</a> and <a class="xref" href="C1.WPF.Schedule.DistributionInfo.Column.html#C1_WPF_Schedule_DistributionInfo_Column">Column</a>
indexes and also has <a class="xref" href="C1.WPF.Schedule.DistributionInfo.RowSpan.html#C1_WPF_Schedule_DistributionInfo_RowSpan">RowSpan</a> and <a class="xref" href="C1.WPF.Schedule.DistributionInfo.ColumnSpan.html#C1_WPF_Schedule_DistributionInfo_ColumnSpan">ColumnSpan</a> spans.
If the position is redefined for a certain element in such a way, then the next element
will be placed in a cell next to this element according to the
<a class="xref" href="C1.WPF.Schedule.AutoDistributionGrid.ChildrenFlowDirection.html#C1_WPF_Schedule_AutoDistributionGrid_ChildrenFlowDirection">ChildrenFlowDirection</a> specified.
If a span is defined and the span direction conforms to the Orientation specified in the
<a class="xref" href="C1.WPF.Schedule.AutoDistributionGrid.ChildrenFlowDirection.html#C1_WPF_Schedule_AutoDistributionGrid_ChildrenFlowDirection">ChildrenFlowDirection</a> property, then the next element
will skip over the span. Each <a class="xref" href="C1.WPF.Schedule.DistributionInfo.html">DistributionInfo</a> item's info can be
propagated to a number (fixed or infinite) of next elements, which is specified in
the <a class="xref" href="C1.WPF.Schedule.DistributionInfo.Propagate.html#C1_WPF_Schedule_DistributionInfo_Propagate">Propagate</a> property.</p>
</div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Schedule_DistributionInfo__ctor" data-uid="C1.WPF.Schedule.DistributionInfo.#ctor">
          <a class="xref" href="C1.WPF.Schedule.DistributionInfo.-ctor.html#C1_WPF_Schedule_DistributionInfo__ctor">DistributionInfo()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Schedule_DistributionInfo_Column" data-uid="C1.WPF.Schedule.DistributionInfo.Column">
          <a class="xref" href="C1.WPF.Schedule.DistributionInfo.Column.html#C1_WPF_Schedule_DistributionInfo_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a column number where the element described by the
<a class="xref" href="C1.WPF.Schedule.DistributionInfo.html">DistributionInfo</a> will be placed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_DistributionInfo_ColumnSpan" data-uid="C1.WPF.Schedule.DistributionInfo.ColumnSpan">
          <a class="xref" href="C1.WPF.Schedule.DistributionInfo.ColumnSpan.html#C1_WPF_Schedule_DistributionInfo_ColumnSpan">ColumnSpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a number of columns spanned by a child element.
The default value is 1.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_DistributionInfo_ElementIndex" data-uid="C1.WPF.Schedule.DistributionInfo.ElementIndex">
          <a class="xref" href="C1.WPF.Schedule.DistributionInfo.ElementIndex.html#C1_WPF_Schedule_DistributionInfo_ElementIndex">ElementIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an index of a child element in the child elements collection
of the <a class="xref" href="C1.WPF.Schedule.AutoDistributionGrid.html">AutoDistributionGrid</a> grid whose distribution info is defined by this object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_DistributionInfo_Propagate" data-uid="C1.WPF.Schedule.DistributionInfo.Propagate">
          <a class="xref" href="C1.WPF.Schedule.DistributionInfo.Propagate.html#C1_WPF_Schedule_DistributionInfo_Propagate">Propagate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that defines a number of child elements whose placement
is described by the <a class="xref" href="C1.WPF.Schedule.DistributionInfo.html">DistributionInfo</a>.
The default value is 0, which means no propagation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_DistributionInfo_Row" data-uid="C1.WPF.Schedule.DistributionInfo.Row">
          <a class="xref" href="C1.WPF.Schedule.DistributionInfo.Row.html#C1_WPF_Schedule_DistributionInfo_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a row number where the element described by the
<a class="xref" href="C1.WPF.Schedule.DistributionInfo.html">DistributionInfo</a> will be placed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_DistributionInfo_RowSpan" data-uid="C1.WPF.Schedule.DistributionInfo.RowSpan">
          <a class="xref" href="C1.WPF.Schedule.DistributionInfo.RowSpan.html#C1_WPF_Schedule_DistributionInfo_RowSpan">RowSpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a number of rows spanned by a child element.
The default value is 1.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
