Back to Devexpress

FlyoutSettings.Placement Property

wpf-devexpress-dot-xpf-dot-editors-dot-flyout-dot-flyoutsettings.md

latest1.7 KB
Original Source

FlyoutSettings.Placement Property

Gets or sets the flyout popup’s position relative to its target.

Namespace : DevExpress.Xpf.Editors.Flyout

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public FlyoutPlacement Placement { get; set; }
vb
Public Property Placement As FlyoutPlacement

Property Value

TypeDescription
FlyoutPlacement

A FlyoutPlacement enumeration value.

|

Available values:

NameDescription
Left

The flyout popup is located at the left of its target.

| | Top |

The flyout popup is located at the top of its target.

| | Right |

The flyout popup is located at the right of its target.

| | Bottom |

The flyout popup is located at the bottom of its target.

|

Remarks

The flyout popup’s target is specified by the FlyoutBase.PlacementTarget property.

See Also

PlacementTarget

FlyoutSettings Class

FlyoutSettings Members

DevExpress.Xpf.Editors.Flyout Namespace