Skip to main content

ContextMenu.GetFlyoutPlacementBehavior(FlyoutBase) Method

Gets the value of the ContextMenu.FlyoutPlacementBehavior attached property for a specified flyout element.

Namespace: DevExpress.UI.Xaml

Assembly: DevExpress.UI.Xaml.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public static FlyoutPlacementBehavior GetFlyoutPlacementBehavior(
    FlyoutBase d
)

Parameters

Name Type Description
d Windows.UI.Xaml.Controls.Primitives.FlyoutBase

The element from which the property value is read.

Returns

Type Description
DevExpress.UI.Xaml.FlyoutPlacementBehavior

The ContextMenu.FlyoutPlacementBehavior property value for the element.

See Also