[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.PlacementTarget

PlacementTarget Property

PlacementTarget

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

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

The UIElement that is the logical parent of the DropDownWindow. The default is null.

Remarks

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