Skip to main content
Bar

BarManager.SetDXContextMenuPlacementTarget(UIElement, UIElement) Method

Sets the BarManager.DXContextMenuPlacementTarget attached property’s value.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void SetDXContextMenuPlacementTarget(
    UIElement element,
    UIElement value
)

Parameters

Name Type Description
element UIElement

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

value UIElement

A new value of the BarManager.DXContextMenuPlacementTarget attached property.

See Also