# C1.Web.Mvc.Olap.PivotFieldBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Olap_PivotFieldBase" data-uid="C1.Web.Mvc.Olap.PivotFieldBase" class="text-break">PivotFieldBase Class
</h1>
  <div class="markdown level0 summary"><p>Defines the field base class.</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">PivotFieldBase</span></div>
      <div class="level2"><a class="xref" href="C1.Web.Mvc.Olap.CubeField.html">CubeField</a></div>
      <div class="level2"><a class="xref" href="C1.Web.Mvc.Olap.PivotField.html">PivotField</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Olap.html">C1.Web.Mvc.Olap</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.Olap.dll</h6>
  <h5 id="C1_Web_Mvc_Olap_PivotFieldBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class PivotFieldBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class PivotFieldBase</code></pre>
  </div>
  <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_Web_Mvc_Olap_PivotFieldBase_Aggregate" data-uid="C1.Web.Mvc.Olap.PivotFieldBase.Aggregate">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.Aggregate.html#C1_Web_Mvc_Olap_PivotFieldBase_Aggregate">Aggregate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the field should be summarized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotFieldBase_Binding" data-uid="C1.Web.Mvc.Olap.PivotFieldBase.Binding">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.Binding.html#C1_Web_Mvc_Olap_PivotFieldBase_Binding">Binding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the source column which  the field is bound to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotFieldBase_DataType" data-uid="C1.Web.Mvc.Olap.PivotFieldBase.DataType">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.DataType.html#C1_Web_Mvc_Olap_PivotFieldBase_DataType">DataType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data type of the field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotFieldBase_Descending" data-uid="C1.Web.Mvc.Olap.PivotFieldBase.Descending">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.Descending.html#C1_Web_Mvc_Olap_PivotFieldBase_Descending">Descending</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether keys should be sorted in descending order for this field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotFieldBase_Filter" data-uid="C1.Web.Mvc.Olap.PivotFieldBase.Filter">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.Filter.html#C1_Web_Mvc_Olap_PivotFieldBase_Filter">Filter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the filter setting for this field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotFieldBase_Format" data-uid="C1.Web.Mvc.Olap.PivotFieldBase.Format">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.Format.html#C1_Web_Mvc_Olap_PivotFieldBase_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format to use when displaying field values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotFieldBase_GetAggregateValue" data-uid="C1.Web.Mvc.Olap.PivotFieldBase.GetAggregateValue">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.GetAggregateValue.html#C1_Web_Mvc_Olap_PivotFieldBase_GetAggregateValue">GetAggregateValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a function to be used for retrieving the field's aggregate value for a given summary object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotFieldBase_GetValue" data-uid="C1.Web.Mvc.Olap.PivotFieldBase.GetValue">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.GetValue.html#C1_Web_Mvc_Olap_PivotFieldBase_GetValue">GetValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a function to be used for retrieving the field values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotFieldBase_Header" data-uid="C1.Web.Mvc.Olap.PivotFieldBase.Header">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.Header.html#C1_Web_Mvc_Olap_PivotFieldBase_Header">Header</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string used to represent this field in the user interface.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotFieldBase_IsContentHtml" data-uid="C1.Web.Mvc.Olap.PivotFieldBase.IsContentHtml">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.IsContentHtml.html#C1_Web_Mvc_Olap_PivotFieldBase_IsContentHtml">IsContentHtml</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether items in this field contain HTML content rather than plain text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotFieldBase_OnClientPropertyChanged" data-uid="C1.Web.Mvc.Olap.PivotFieldBase.OnClientPropertyChanged">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.OnClientPropertyChanged.html#C1_Web_Mvc_Olap_PivotFieldBase_OnClientPropertyChanged">OnClientPropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of a property in this field changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotFieldBase_ShowAs" data-uid="C1.Web.Mvc.Olap.PivotFieldBase.ShowAs">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.ShowAs.html#C1_Web_Mvc_Olap_PivotFieldBase_ShowAs">ShowAs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the field results should be formatted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotFieldBase_SortComparer" data-uid="C1.Web.Mvc.Olap.PivotFieldBase.SortComparer">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.SortComparer.html#C1_Web_Mvc_Olap_PivotFieldBase_SortComparer">SortComparer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a function used to compare values when sorting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotFieldBase_Visible" data-uid="C1.Web.Mvc.Olap.PivotFieldBase.Visible">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.Visible.html#C1_Web_Mvc_Olap_PivotFieldBase_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this field should be displayed in instances of the @see:PivotPanel control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotFieldBase_WeightField" data-uid="C1.Web.Mvc.Olap.PivotFieldBase.WeightField">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.WeightField.html#C1_Web_Mvc_Olap_PivotFieldBase_WeightField">WeightField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the header specifies the field used as a weight for calculating aggregates on this field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotFieldBase_Width" data-uid="C1.Web.Mvc.Olap.PivotFieldBase.Width">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.Width.html#C1_Web_Mvc_Olap_PivotFieldBase_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the preferred width to be used for showing this field in the user interface.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotFieldBase_WordWrap" data-uid="C1.Web.Mvc.Olap.PivotFieldBase.WordWrap">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.WordWrap.html#C1_Web_Mvc_Olap_PivotFieldBase_WordWrap">WordWrap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the content of this field should be allowed to wrap within cells.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
