# GrapeCity.Win.Spread.InputMan.CellType.DateTimeDropDownPickerInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_DateTimeDropDownPickerInfo" data-uid="GrapeCity.Win.Spread.InputMan.CellType.DateTimeDropDownPickerInfo" class="text-break">DateTimeDropDownPickerInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents the drop-down picker for date and time values.</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.Win.Spread.InputMan.CellType.DropDownPickerInfo.html">DropDownPickerInfo</a></div>
    <div class="level2"><span class="xref">DateTimeDropDownPickerInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_DateTimeDropDownPickerInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(CellTypeExpandableObjectConverter))]
public class DateTimeDropDownPickerInfo : DropDownPickerInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(CellTypeExpandableObjectConverter))&gt;
Public Class DateTimeDropDownPickerInfo
    Inherits DropDownPickerInfo</code></pre>
  </div>
  <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_Win_Spread_InputMan_CellType_DateTimeDropDownPickerInfo_DateTabText" data-uid="GrapeCity.Win.Spread.InputMan.CellType.DateTimeDropDownPickerInfo.DateTabText">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.DateTimeDropDownPickerInfo.DateTabText.html#GrapeCity_Win_Spread_InputMan_CellType_DateTimeDropDownPickerInfo_DateTabText">DateTabText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text shown in the date tab.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_DateTimeDropDownPickerInfo_HeaderBackColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.DateTimeDropDownPickerInfo.HeaderBackColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.DateTimeDropDownPickerInfo.HeaderBackColor.html#GrapeCity_Win_Spread_InputMan_CellType_DateTimeDropDownPickerInfo_HeaderBackColor">HeaderBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color for the empty area of the header area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_DateTimeDropDownPickerInfo_ShowPickers" data-uid="GrapeCity.Win.Spread.InputMan.CellType.DateTimeDropDownPickerInfo.ShowPickers">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.DateTimeDropDownPickerInfo.ShowPickers.html#GrapeCity_Win_Spread_InputMan_CellType_DateTimeDropDownPickerInfo_ShowPickers">ShowPickers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the display options of the drop-down picker.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_DateTimeDropDownPickerInfo_TabForeColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.DateTimeDropDownPickerInfo.TabForeColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.DateTimeDropDownPickerInfo.TabForeColor.html#GrapeCity_Win_Spread_InputMan_CellType_DateTimeDropDownPickerInfo_TabForeColor">TabForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the tab foreground.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_DateTimeDropDownPickerInfo_TimeTabText" data-uid="GrapeCity.Win.Spread.InputMan.CellType.DateTimeDropDownPickerInfo.TimeTabText">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.DateTimeDropDownPickerInfo.TimeTabText.html#GrapeCity_Win_Spread_InputMan_CellType_DateTimeDropDownPickerInfo_TimeTabText">TimeTabText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text shown in the time tab.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
