# C1.WPF.ExpressionEditor.FunctionsRule

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_ExpressionEditor_FunctionsRule" data-uid="C1.WPF.ExpressionEditor.FunctionsRule" class="text-break">FunctionsRule Class
</h1>
  <div class="markdown level0 summary"><p>The functions style rule of the editor.</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"><a class="xref" href="C1.WPF.ExpressionEditor.BaseRule.html">BaseRule</a></div>
    <div class="level2"><a class="xref" href="C1.WPF.ExpressionEditor.RegexRule.html">RegexRule</a></div>
    <div class="level3"><span class="xref">FunctionsRule</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.ExpressionEditor.html">C1.WPF.ExpressionEditor</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ExpressionEditor.4.6.2.dll</h6>
  <h5 id="C1_WPF_ExpressionEditor_FunctionsRule_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FunctionsRule : RegexRule</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FunctionsRule
    Inherits RegexRule</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_WPF_ExpressionEditor_FunctionsRule__ctor" data-uid="C1.WPF.ExpressionEditor.FunctionsRule.#ctor">
          <a class="xref" href="C1.WPF.ExpressionEditor.FunctionsRule.-ctor.html#C1_WPF_ExpressionEditor_FunctionsRule__ctor">FunctionsRule()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.ExpressionEditor.FunctionsRule.html">FunctionsRule</a>.</p>
</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_WPF_ExpressionEditor_FunctionsRule_Functions" data-uid="C1.WPF.ExpressionEditor.FunctionsRule.Functions">
          <a class="xref" href="C1.WPF.ExpressionEditor.FunctionsRule.Functions.html#C1_WPF_ExpressionEditor_FunctionsRule_Functions">Functions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the functions list.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
