Skip to main content

RichEditControl.ShowHoverMenu Property

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

public bool ShowHoverMenu { get; set; }

#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