BarManager.DXContextMenu Attached Property
In This Article
Gets or sets a context menu/popup control for a specific UI object. This is an attached property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Returns
Type | Description |
---|---|
DevExpress. |
An IPopup |
#Remarks
You can use the DXContextMenu attached property to associate a context menu/popup control with UI objects. The following objects are accepted by the DXContextMenu property:
See Also