Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FlyoutSettings.Placement Property

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

Namespace: DevExpress.Xpf.Editors.Flyout

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

NuGet Package: DevExpress.Wpf.Core

#Declaration

public FlyoutPlacement Placement { get; set; }

#Property Value

Type Description
FlyoutPlacement

A FlyoutPlacement enumeration value.

Available values:

Name Description
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