# C1.WPF.ExpressionEditor.FieldRule

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_ExpressionEditor_FieldRule" data-uid="C1.WPF.ExpressionEditor.FieldRule" class="text-break">FieldRule Class
</h1>
  <div class="markdown level0 summary"><p>The field 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">FieldRule</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_FieldRule_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FieldRule : RegexRule</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FieldRule
    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_FieldRule__ctor" data-uid="C1.WPF.ExpressionEditor.FieldRule.#ctor">
          <a class="xref" href="C1.WPF.ExpressionEditor.FieldRule.-ctor.html#C1_WPF_ExpressionEditor_FieldRule__ctor">FieldRule()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.ExpressionEditor.FieldRule.html">FieldRule</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_FieldRule_Fields" data-uid="C1.WPF.ExpressionEditor.FieldRule.Fields">
          <a class="xref" href="C1.WPF.ExpressionEditor.FieldRule.Fields.html#C1_WPF_ExpressionEditor_FieldRule_Fields">Fields</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fields list.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
