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

RichEditHoverMenu.Enabled Property

Gets or sets whether the hover menu is enabled in the RichEditControl.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public bool Enabled { get; set; }

Property Value

Type Description
Boolean

true, if the hover menu of the control is enabled; otherwise, false.

See Also