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

FlyoutPlacement Enum

Lists values that specify the flyout popup’s position relative to its target.

Namespace: DevExpress.Xpf.Editors.Flyout

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

Declaration

public enum FlyoutPlacement

Members

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.

Related API Members

The following properties accept/return FlyoutPlacement values:

Remarks

The values listed by this enumeration are used to set the FlyoutSettings.Placement property’s value.

See Also