PopupMenuShowingEventArgs.Menu Property
In This Article
Gets or sets the popup menu displayed in the RichEditControl.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Popup |
A Popup |
#Remarks
Use the Menu property to specify a menu that substitutes the default popup menu, or modify the existing popup menu by adding, removing, changing the items or their order.
See Also