# C1.Win.C1Input.GrapeCity.Editors.Fields.Field

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_GrapeCity_Editors_Fields_Field" data-uid="C1.Win.C1Input.GrapeCity.Editors.Fields.Field" class="text-break">Field Class
</h1>
  <div class="markdown level0 summary"><p>Represnts a <b>Field</b> class to define a base field.</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"><span class="xref">Field</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.GrapeCity.Editors.Fields.html">C1.Win.C1Input.GrapeCity.Editors.Fields</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_GrapeCity_Editors_Fields_Field_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class Field</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class Field</code></pre>
  </div>
  <h5 id="C1_Win_C1Input_GrapeCity_Editors_Fields_Field_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This class will implement view function for single segment. And some input behavior will exposed to user, too.
This is final interface for our user.
When a field is created, it will create a segment and value module for it. Then configuration will be done on the
segment and the value module.</p>
</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_Win_C1Input_GrapeCity_Editors_Fields_Field__ctor" data-uid="C1.Win.C1Input.GrapeCity.Editors.Fields.Field.#ctor">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Editors.Fields.Field.-ctor.html#C1_Win_C1Input_GrapeCity_Editors_Fields_Field__ctor">Field()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Input.GrapeCity.Editors.Fields.Field.html">Field</a> class.</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_Win_C1Input_GrapeCity_Editors_Fields_Field_Name" data-uid="C1.Win.C1Input.GrapeCity.Editors.Fields.Field.Name">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Editors.Fields.Field.Name.html#C1_Win_C1Input_GrapeCity_Editors_Fields_Field_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
