# GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayFieldCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateDisplayFieldCollection" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayFieldCollection" class="text-break">DateDisplayFieldCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayField.html">DateDisplayField</a>.</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="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.collection-1">Collection</a>&lt;<a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayField.html">DateDisplayField</a>&gt;</div>
    <div class="level2"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NotifyCollection-1.html">NotifyCollection</a>&lt;<a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayField.html">DateDisplayField</a>&gt;</div>
    <div class="level3"><span class="xref">DateDisplayFieldCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayField.html">DateDisplayField</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayField.html">DateDisplayField</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayField.html">DateDisplayField</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayField.html">DateDisplayField</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayField.html">DateDisplayField</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.specialized.inotifycollectionchanged">INotifyCollectionChanged</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></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_DateDisplayFieldCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DateDisplayFieldCollection : NotifyCollection&lt;DateDisplayField&gt;, IList&lt;DateDisplayField&gt;, ICollection&lt;DateDisplayField&gt;, IReadOnlyList&lt;DateDisplayField&gt;, IReadOnlyCollection&lt;DateDisplayField&gt;, IEnumerable&lt;DateDisplayField&gt;, INotifyCollectionChanged, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DateDisplayFieldCollection
    Inherits NotifyCollection(Of DateDisplayField)
    Implements IList(Of DateDisplayField), ICollection(Of DateDisplayField), IReadOnlyList(Of DateDisplayField), IReadOnlyCollection(Of DateDisplayField), IEnumerable(Of DateDisplayField), INotifyCollectionChanged, IList, ICollection, IEnumerable</code></pre>
  </div>
  <h3 id="methods">Methods
</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_DateDisplayFieldCollection_Add_GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateDisplayField_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayFieldCollection.Add(GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayField)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayFieldCollection.Add.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateDisplayFieldCollection_Add_GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateDisplayField_">Add(DateDisplayField)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a date display field to the end of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayFieldCollection.html">DateDisplayFieldCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateDisplayFieldCollection_AddRange_System_String_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayFieldCollection.AddRange(System.String)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayFieldCollection.AddRange.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateDisplayFieldCollection_AddRange_System_String_">AddRange(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a batch of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayField.html">DateDisplayField</a> based on the <code class="paramref">format</code>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
