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