Back to Devexpress

FlyoutBase.PlacementTarget Property

wpf-devexpress-dot-xpf-dot-editors-dot-flyout-dot-native-dot-flyoutbase-1395bc42.md

latest1.5 KB
Original Source

FlyoutBase.PlacementTarget Property

Gets or sets the UIElement relative to which the flyout popup is positioned when it opens. This is a dependency property.

Namespace : DevExpress.Xpf.Editors.Flyout.Native

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public UIElement PlacementTarget { get; set; }
vb
Public Property PlacementTarget As UIElement

Property Value

TypeDescription
UIElement

A UIElement object.

|

Remarks

If the PlacementTarget property is set to null , the flyout popup is placed relative to the rectangle specified by the FlyoutBase.TargetBounds property.

See Also

TargetBounds

FlyoutBase Class

FlyoutBase Members

DevExpress.Xpf.Editors.Flyout.Native Namespace