# FarPoint.Web.Spread.IFilterSupportConditionalFormattingRule

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_IFilterSupportConditionalFormattingRule" data-uid="FarPoint.Web.Spread.IFilterSupportConditionalFormattingRule" class="text-break">IFilterSupportConditionalFormattingRule Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that extends IConditionalFormattingRule functions to support IFilterItem.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_IFilterSupportConditionalFormattingRule_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IFilterSupportConditionalFormattingRule : IConditionalFormattingRule, INotifyPropertyChanged, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IFilterSupportConditionalFormattingRule
    Inherits IConditionalFormattingRule, INotifyPropertyChanged, ICloneable</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="FarPoint_Web_Spread_IFilterSupportConditionalFormattingRule_BackColorFilterSupport" data-uid="FarPoint.Web.Spread.IFilterSupportConditionalFormattingRule.BackColorFilterSupport">
          <a class="xref" href="FarPoint.Web.Spread.IFilterSupportConditionalFormattingRule.BackColorFilterSupport.html#FarPoint_Web_Spread_IFilterSupportConditionalFormattingRule_BackColorFilterSupport">BackColorFilterSupport</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether a backcolor filter is supported.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_IFilterSupportConditionalFormattingRule_ForeColorFilterSupport" data-uid="FarPoint.Web.Spread.IFilterSupportConditionalFormattingRule.ForeColorFilterSupport">
          <a class="xref" href="FarPoint.Web.Spread.IFilterSupportConditionalFormattingRule.ForeColorFilterSupport.html#FarPoint_Web_Spread_IFilterSupportConditionalFormattingRule_ForeColorFilterSupport">ForeColorFilterSupport</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether a forecolor filter is supported.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_IFilterSupportConditionalFormattingRule_IconFilterSupport" data-uid="FarPoint.Web.Spread.IFilterSupportConditionalFormattingRule.IconFilterSupport">
          <a class="xref" href="FarPoint.Web.Spread.IFilterSupportConditionalFormattingRule.IconFilterSupport.html#FarPoint_Web_Spread_IFilterSupportConditionalFormattingRule_IconFilterSupport">IconFilterSupport</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the icon filter is supported.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
