RichEditControl.ShowHoverMenu Property
In This Article
Specifies whether the menu should be shown when the mouse hovers over a selection.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to enable the hover menu; otherwise, false. |
#Remarks
Handle the RichEditControl.PrepareHoverMenu event, to customize the default hover menu.
See Also