RichEditControl.ShowHoverMenu Property
Gets or sets whether the hover menu can be shown. This is a dependency property.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v25.2.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Handle the RichEditControl.HoverMenuShowing event to modify default hover menu.
See Also