ContextMenu.FlyoutPlacementBehavior Attached Property
Gets or sets whether the menu is aligned relative to its target or the cursor. This is an attached property. This is a dependency property.
Namespace: DevExpress.UI.Xaml
Assembly: DevExpress.UI.Xaml.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
See GetFlyoutPlacementBehavior(FlyoutBase) and SetFlyoutPlacementBehavior(FlyoutBase, FlyoutPlacementBehavior).
Returns
Type | Description |
---|---|
DevExpress.UI.Xaml.FlyoutPlacementBehavior | A DevExpress.UI.Xaml.FlyoutPalcementBehavior enumeration value. |
See Also