Skip to main content

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.v23.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