ContextMenu.SetFlyoutPlacementBehavior(FlyoutBase, FlyoutPlacementBehavior) Method
In This Article
Sets the value of the ContextMenu.FlyoutPlacementBehavior attached property to a specified flyout element.
Namespace: DevExpress.UI.Xaml
Assembly: DevExpress.UI.Xaml.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public static void SetFlyoutPlacementBehavior(
FlyoutBase d,
FlyoutPlacementBehavior behavior
)
#Parameters
Name | Type | Description |
---|---|---|
d | Windows. |
The flyout element on which to set the attached property. |
behavior | DevExpress. |
The property value to set. |
See Also