# GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.PlacementRectangle

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_PlacementRectangle_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.PlacementRectangle*">PlacementRectangle Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_PlacementRectangle_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.PlacementRectangle*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_PlacementRectangle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.PlacementRectangle">PlacementRectangle</h4>
<div class="markdown level1 summary"><p>Gets or sets the rectangle relative to which the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.html">DropDownWindow</a> control is positioned when it opens. This is a dependency property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Bindable(true)]
public Rect PlacementRectangle { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Bindable(True)&gt;
Public Property PlacementRectangle As Rect</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><span class="xref">Rect</span></td>
      <td><p>The rectangle that is used to position the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.html">DropDownWindow</a> control. The default is <span class="xref">System.Windows.Rect.Empty</span>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_PlacementRectangle_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>You can position a popup by setting the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.PlacementTarget.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_PlacementTarget">PlacementTarget</a>, <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.PlacementRectangle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_PlacementRectangle">PlacementRectangle</a>, <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.Placement.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_Placement">Placement</a>, <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.HorizontalOffset.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_HorizontalOffset">HorizontalOffset</a>, and <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.VerticalOffset.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_VerticalOffset">VerticalOffset</a> properties. For more information, see Popup Placement Behavior.</p>
</div>
</div>
