# GrapeCity.Win.Spread.InputMan.CellType.DropDownCalendar.ControlStyle

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_DropDownCalendar_ControlStyle_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.DropDownCalendar.ControlStyle*">ControlStyle Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_DropDownCalendar_ControlStyle_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.DropDownCalendar.ControlStyle*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_DropDownCalendar_ControlStyle" data-uid="GrapeCity.Win.Spread.InputMan.CellType.DropDownCalendar.ControlStyle">ControlStyle</h4>
<div class="markdown level1 summary"><p>Gets or sets the style of the drop-down calendar.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(true)]
public Style ControlStyle { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(True)&gt;
Public Property ControlStyle As Style</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="GrapeCity.Win.Spread.InputMan.CellType.Style.html">Style</a></td>
      <td><p>A <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Style.html">Style</a> object that indicates the control style.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_DropDownCalendar_ControlStyle_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property customizes the display style of this <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.DropDownCalendar.html">DropDownCalendar</a>. If you want to apply this setting, the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.DropDownCalendar.UseControlStyle.html#GrapeCity_Win_Spread_InputMan_CellType_DropDownCalendar_UseControlStyle">UseControlStyle</a> property must be set to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
</div>
</div>
