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

BarManager.GetDXContextMenuPlacementTarget(UIElement) Method

Gets the BarManager.DXContextMenuPlacementTarget attached property’s value.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public static UIElement GetDXContextMenuPlacementTarget(
    UIElement element
)

Parameters

Name Type Description
element UIElement

An object whose BarManager.DXContextMenuPlacementTarget attached property is to be returned.

Returns

Type Description
UIElement

The value of the BarManager.DXContextMenuPlacementTarget attached property for the specified object.

See Also