Skip to main content
A newer version of this page is available. .

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.v21.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public bool ShowHoverMenu { get; set; }

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