# GrapeCity.Win.Spread.InputMan.CellType.DropDownDirection

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_DropDownDirection" data-uid="GrapeCity.Win.Spread.InputMan.CellType.DropDownDirection" class="text-break">DropDownDirection Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the direction in which a drop-down
control is displayed relative to its parent control.</p>
</div>
  <div class="markdown level0 conceptual"></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_DropDownDirection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DropDownDirection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DropDownDirection</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_DropDownDirection_AboveLeft">AboveLeft</td>
        <td><p>Uses the mouse position to specify that the drop-down control
is displayed above and to the left of its parent control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_DropDownDirection_AboveRight">AboveRight</td>
        <td><p>Uses the mouse position to specify that the drop-down control
is displayed above and to the right of its parent control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_DropDownDirection_BelowLeft">BelowLeft</td>
        <td><p>Uses the mouse position to specify that the drop-down control
is displayed below and to the left of its parent control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_DropDownDirection_BelowRight">BelowRight</td>
        <td><p>Uses the mouse position to specify that the drop-down control
is displayed below and to the right of its parent control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_DropDownDirection_Default">Default</td>
        <td><p>Compensates for nested drop-down controls and responds to the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.righttoleft">RightToLeft</a>
setting, specifying either <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.DropDownDirection.html#GrapeCity_Win_Spread_InputMan_CellType_DropDownDirection_Left">Left</a>
or <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.DropDownDirection.html#GrapeCity_Win_Spread_InputMan_CellType_DropDownDirection_Right">Right</a> accordingly.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_DropDownDirection_Left">Left</td>
        <td><p>Compensates for nested drop-down controls and specifies that the drop-down control
is displayed to the left of its parent control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_DropDownDirection_Right">Right</td>
        <td><p>Compensates for nested drop-down controls and specifies that the drop-down control
is displayed to the right of its parent control.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
