# GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateFieldSet

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateFieldSet" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateFieldSet" class="text-break">DateFieldSet Class
</h1>
  <div class="markdown level0 summary"><p>Represents a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateFieldCollection.html">DateFieldCollection</a> wrapper that can be used as a dependency property.</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="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldSet.html">FieldSet</a></div>
    <div class="level2"><span class="xref">DateFieldSet</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.html">GrapeCity.Wpf.SpreadSheet.CellType.Editors</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateFieldSet_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ValueSerializer(typeof(_rx))]
[TypeConverter(typeof(DateFieldSetTypeConverter))]
public sealed class DateFieldSet : FieldSet</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ValueSerializer(GetType(_rx))&gt;
&lt;TypeConverter(GetType(DateFieldSetTypeConverter))&gt;
Public NotInheritable Class DateFieldSet
    Inherits FieldSet</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="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateFieldSet__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateFieldSet.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateFieldSet.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateFieldSet__ctor">DateFieldSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Initialize a new instance of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateFieldSet.html">DateFieldSet</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateFieldSet__ctor_System_String_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateFieldSet.#ctor(System.String)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateFieldSet.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateFieldSet__ctor_System_String_">DateFieldSet(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initialize a new instance of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateFieldSet.html">DateFieldSet</a> with special format.</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="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateFieldSet_Fields" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateFieldSet.Fields">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateFieldSet.Fields.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateFieldSet_Fields">Fields</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the fields of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateFieldSet.html">DateFieldSet</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
