BarManager.GetDXContextMenu(UIElement) Method
Gets the value of the BarManager.DXContextMenu attached property from a given object.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
element | UIElement | A UIElement whose DXContextMenu property value must be returned. |
Returns
Type | Description |
---|---|
DevExpress.Xpf.Bars.IPopupControl | A IPopupControl object associated with the specified object. |
See Also