Skip to main content

RichEditHoverMenu.Enabled Property

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

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: 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