Skip to main content
Bar

BarManager.DXContextMenu Attached Property

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.Xpf.Bars.IPopupControl

An IPopupControl object that represents a context menu/popup control for a specific UI element.

#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