[]
        
(Showing Draft Content)

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

PlacementRectangle Property

PlacementRectangle

Gets or sets the rectangle relative to which the DropDownWindow control is positioned when it opens. This is a dependency property.

Declaration
[Bindable(true)]
public Rect PlacementRectangle { get; set; }
<Bindable(True)>
Public Property PlacementRectangle As Rect
Property Value
Type Description
Rect

The rectangle that is used to position the DropDownWindow control. The default is System.Windows.Rect.Empty.

Remarks

You can position a popup by setting the PlacementTarget, PlacementRectangle, Placement, HorizontalOffset, and VerticalOffset properties. For more information, see Popup Placement Behavior.