# C1.FlexPivot.ConditionType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_FlexPivot_ConditionType" data-uid="C1.FlexPivot.ConditionType" class="text-break">ConditionType Enum
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.FlexPivot.html">C1.FlexPivot</a></h6>
  <h6><strong>Assembly</strong>: C1.PivotEngine.dll</h6>
  <h5 id="C1_FlexPivot_ConditionType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Obsolete(&quot;Use C1.PivotEngine.ConditionType instead.&quot;)]
public enum ConditionType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Obsolete(&quot;Use C1.PivotEngine.ConditionType instead.&quot;)&gt;
Public Enum ConditionType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_FlexPivot_ConditionType_Absolute">Absolute</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_FlexPivot_ConditionType_NotSet">NotSet</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_FlexPivot_ConditionType_Percentage">Percentage</td>
        <td></td>
      </tr>
    </tbody>
  </table>
</div>
