ContextMenu.SetFlyoutPlacementBehavior(FlyoutBase, FlyoutPlacementBehavior) Method
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.UI.Xaml.Controls.Primitives.FlyoutBase | The flyout element on which to set the attached property. |
behavior | DevExpress.UI.Xaml.FlyoutPlacementBehavior | The property value to set. |
See Also