# C1.Win.FlexGrid.ConditionFilter.AndConditions

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_ConditionFilter_AndConditions_" data-uid="C1.Win.FlexGrid.ConditionFilter.AndConditions*">AndConditions Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_ConditionFilter_AndConditions_" data-uid="C1.Win.FlexGrid.ConditionFilter.AndConditions*"></a>
<h4 id="C1_Win_FlexGrid_ConditionFilter_AndConditions" data-uid="C1.Win.FlexGrid.ConditionFilter.AndConditions">AndConditions</h4>
<div class="markdown level1 summary"><p>Gets or sets whether the <a class="xref" href="C1.Win.FlexGrid.ConditionFilter.Condition1.html#C1_Win_FlexGrid_ConditionFilter_Condition1">Condition1</a> and <a class="xref" href="C1.Win.FlexGrid.ConditionFilter.Condition2.html#C1_Win_FlexGrid_ConditionFilter_Condition2">Condition2</a> filter conditions should be combined
with an 'And' or with an 'Or' operator.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Obsolete(&quot;Use Conditions[1].IsAnd instead of AndConditions. No need to set up AndConditions if there is only one filter condition. Use Conditions[index].IsAnd to get a value that determines whether current condition is combined with the previous condition using the &#39;And&#39; operator.&quot;)]
public bool AndConditions { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Obsolete(&quot;Use Conditions[1].IsAnd instead of AndConditions. No need to set up AndConditions if there is only one filter condition. Use Conditions[index].IsAnd to get a value that determines whether current condition is combined with the previous condition using the &#39;And&#39; operator.&quot;)&gt;
Public Property AndConditions As Boolean</code></pre>
</div>
</div>
