# C1.Win.RulesManager.PopupPlacement

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_RulesManager_PopupPlacement" data-uid="C1.Win.RulesManager.PopupPlacement" class="text-break">PopupPlacement Enum
</h1>
  <div class="markdown level0 summary"><p>Determines placement of the pop-up list.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.RulesManager.html">C1.Win.RulesManager</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.RulesManager.4.8.dll</h6>
  <h5 id="C1_Win_RulesManager_PopupPlacement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PopupPlacement</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PopupPlacement</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="C1_Win_RulesManager_PopupPlacement_Default">Default</td>
        <td><p>Default appearance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_RulesManager_PopupPlacement_DropDown">DropDown</td>
        <td><p>Drop down list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_RulesManager_PopupPlacement_Picker">Picker</td>
        <td><p>Centered popup list, where the position of the selected element coincides
with the position of the owner element.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
