# GrapeCity.Win.Spread.InputMan.CellType.Fields.DateSystemFormatDisplayFieldInfo.Pattern

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_DateSystemFormatDisplayFieldInfo_Pattern_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateSystemFormatDisplayFieldInfo.Pattern*">Pattern Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_Fields_DateSystemFormatDisplayFieldInfo_Pattern_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateSystemFormatDisplayFieldInfo.Pattern*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_DateSystemFormatDisplayFieldInfo_Pattern" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateSystemFormatDisplayFieldInfo.Pattern">Pattern</h4>
<div class="markdown level1 summary"><p>Gets or sets the system format pattern of the field.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[TypeConverter(typeof(DateSystemFormatDisplayFieldTypeConverter))]
public string Pattern { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(DateSystemFormatDisplayFieldTypeConverter))&gt;
Public Property Pattern As String</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="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value that indicates the pattern of the field.
<br> The default is G.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_DateSystemFormatDisplayFieldInfo_Pattern_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property retrieves the pattern for the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateSystemFormatDisplayFieldInfo.html">DateSystemFormatDisplayFieldInfo</a>.
The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType.html">GcDateTimeCellType</a> converts to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> as the display text of this field, following the <b>Pattern</b> property.</p>
</div>
</div>
