# GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FieldsEditMode

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_FieldsEditMode_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FieldsEditMode*">FieldsEditMode Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_FieldsEditMode_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FieldsEditMode*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_FieldsEditMode" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FieldsEditMode">FieldsEditMode</h4>
<div class="markdown level1 summary"><p>Gets or sets the fields edit mode of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.html">GcDateTime</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public FieldsEditMode FieldsEditMode { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property FieldsEditMode As FieldsEditMode</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditMode.html">FieldsEditMode</a></td>
      <td><p>A GrapeCity.Windows.InputMan.FieldsEditMode enumeration value indicates the fields edit mode.
The default value is GrapeCity.Windows.InputMan.FieldsEditMode.LeftSide.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_FieldsEditMode_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property indicates how to edit the fields in <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.html">GcDateTime</a> control. When the value is GrapeCity.Windows.InputMan.FieldsEditMode.LeftSide, user input chars from left to right; When the value is GrapeCity.Windows.InputMan.FieldsEditMode.RightSide, user input chars from right to left; When the value is GrapeCity.Windows.InputMan.FieldsEditMode.Unfixed, user input chars from right to left and even the field is not completed, it may have value at this mode. For example, when user input at <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateMonthField.html">DateMonthField</a> and current mode is GrapeCity.Windows.InputMan.FieldsEditMode.Unfixed, if the input char is '1', user will find the value of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateMonthField.html">DateMonthField</a> is changed to 1.</p>
</div>
</div>
