Back to Devexpress

FlyoutPlacement Enum

wpf-devexpress-dot-xpf-dot-editors-dot-flyout-579ae476.md

latest1.4 KB
Original Source

FlyoutPlacement Enum

Lists values that specify 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 enum FlyoutPlacement
vb
Public Enum FlyoutPlacement

Members

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.

|

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

DevExpress.Xpf.Editors.Flyout Namespace