HoverMenuShowingEventArgs.Menu Property
Gets or sets the hover menu displayed in the RichEditControl.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Property Value
Type | Description |
---|---|
RichEditHoverMenu | A RichEditHoverMenu object representing a menu to display. |
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