BarManager.SetDXContextMenuPlacementTarget(UIElement, UIElement) Method
Sets the BarManager.DXContextMenuPlacementTarget attached property’s value.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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