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

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.v19.2.dll

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