Back to Devexpress

RichEditControl.ShowHoverMenu Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-9b429f1d.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public bool ShowHoverMenu { get; set; }
vb
Public Property ShowHoverMenu As Boolean

Property Value

TypeDescription
Boolean

true to display a hover menu; otherwise, false.

|

Remarks

Handle the RichEditControl.HoverMenuShowing event to modify default hover menu.

See Also

HoverMenuShowing

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace