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

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

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