Skip to main content
A newer version of this page is available. .

FlyoutSettings.Placement Property

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

Namespace: DevExpress.Xpf.Editors.Flyout

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

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Placement property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also