# GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayFieldSet

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateDisplayFieldSet" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayFieldSet" class="text-break">DateDisplayFieldSet Class
</h1>
  <div class="markdown level0 summary"><p>Represents a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayFieldCollection.html">DateDisplayFieldCollection</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">DateDisplayFieldSet</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_DateDisplayFieldSet_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ValueSerializer(typeof(_ry))]
[TypeConverter(typeof(DateDisplayFieldSetTypeConverter))]
public sealed class DateDisplayFieldSet : FieldSet</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ValueSerializer(GetType(_ry))&gt;
&lt;TypeConverter(GetType(DateDisplayFieldSetTypeConverter))&gt;
Public NotInheritable Class DateDisplayFieldSet
    Inherits FieldSet</code></pre>
  </div>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateDisplayFieldSet_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p><b>DateDisplayFieldSet</b> is a convenient way to create display field collection used in
<a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.html">GcDateTime</a>.</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="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateDisplayFieldSet__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayFieldSet.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayFieldSet.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateDisplayFieldSet__ctor">DateDisplayFieldSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayFieldSet.html">DateDisplayFieldSet</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateDisplayFieldSet__ctor_System_String_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayFieldSet.#ctor(System.String)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayFieldSet.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateDisplayFieldSet__ctor_System_String_">DateDisplayFieldSet(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayFieldSet.html">DateDisplayFieldSet</a> instance.</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_DateDisplayFieldSet_DisplayFields" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayFieldSet.DisplayFields">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayFieldSet.DisplayFields.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateDisplayFieldSet_DisplayFields">DisplayFields</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the display fields of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayFieldSet.html">DateDisplayFieldSet</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
