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.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to display a hover menu; otherwise, false. |
Remarks
Handle the RichEditControl.HoverMenuShowing event to modify default hover menu.
See Also