# C1.Win.FlexGrid.AggregateDefinition

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexGrid_AggregateDefinition" data-uid="C1.Win.FlexGrid.AggregateDefinition" class="text-break">AggregateDefinition Class
</h1>
  <div class="markdown level0 summary"><p>Defines content of the footer cell.</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">AggregateDefinition</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_AggregateDefinition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(DisablePropConverter))]
public class AggregateDefinition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(DisablePropConverter))&gt;
Public Class AggregateDefinition</code></pre>
  </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_Win_FlexGrid_AggregateDefinition__ctor" data-uid="C1.Win.FlexGrid.AggregateDefinition.#ctor">
          <a class="xref" href="C1.Win.FlexGrid.AggregateDefinition.-ctor.html#C1_Win_FlexGrid_AggregateDefinition__ctor">AggregateDefinition()</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_Win_FlexGrid_AggregateDefinition_Aggregate" data-uid="C1.Win.FlexGrid.AggregateDefinition.Aggregate">
          <a class="xref" href="C1.Win.FlexGrid.AggregateDefinition.Aggregate.html#C1_Win_FlexGrid_AggregateDefinition_Aggregate">Aggregate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an aggregate for the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_AggregateDefinition_AggregateFlags" data-uid="C1.Win.FlexGrid.AggregateDefinition.AggregateFlags">
          <a class="xref" href="C1.Win.FlexGrid.AggregateDefinition.AggregateFlags.html#C1_Win_FlexGrid_AggregateDefinition_AggregateFlags">AggregateFlags</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the aggregate flags for the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_AggregateDefinition_Caption" data-uid="C1.Win.FlexGrid.AggregateDefinition.Caption">
          <a class="xref" href="C1.Win.FlexGrid.AggregateDefinition.Caption.html#C1_Win_FlexGrid_AggregateDefinition_Caption">Caption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a caption for the cell. This caption can be used with {0} mask, where {0} is <a class="xref" href="C1.Win.FlexGrid.AggregateDefinition.Aggregate.html#C1_Win_FlexGrid_AggregateDefinition_Aggregate">Aggregate</a> or <a class="xref" href="C1.Win.FlexGrid.AggregateDefinition.Expression.html#C1_Win_FlexGrid_AggregateDefinition_Expression">Expression</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_AggregateDefinition_Column" data-uid="C1.Win.FlexGrid.AggregateDefinition.Column">
          <a class="xref" href="C1.Win.FlexGrid.AggregateDefinition.Column.html#C1_Win_FlexGrid_AggregateDefinition_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of column should be used. It is used if PropertyName is not filled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_AggregateDefinition_Expression" data-uid="C1.Win.FlexGrid.AggregateDefinition.Expression">
          <a class="xref" href="C1.Win.FlexGrid.AggregateDefinition.Expression.html#C1_Win_FlexGrid_AggregateDefinition_Expression">Expression</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets en expression for the cell. It is used if the <a class="xref" href="C1.Win.FlexGrid.AggregateDefinition.Aggregate.html#C1_Win_FlexGrid_AggregateDefinition_Aggregate">Aggregate</a> property is not set (equals <a class="xref" href="C1.Win.FlexGrid.AggregateEnum.html#C1_Win_FlexGrid_AggregateEnum_None">None</a>).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_AggregateDefinition_PropertyName" data-uid="C1.Win.FlexGrid.AggregateDefinition.PropertyName">
          <a class="xref" href="C1.Win.FlexGrid.AggregateDefinition.PropertyName.html#C1_Win_FlexGrid_AggregateDefinition_PropertyName">PropertyName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of column should be used. It is used if <a class="xref" href="C1.Win.FlexGrid.AggregateDefinition.Column.html#C1_Win_FlexGrid_AggregateDefinition_Column">Column</a> property is not filled (equals -1).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
