Back to Devexpress

RichEditControl.EnableToolTips Property

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-aa90a3b0.md

latest1.4 KB
Original Source

RichEditControl.EnableToolTips Property

Gets or sets whether to display tooltips for data fields in documents.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public bool EnableToolTips { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(True)>
Public Property EnableToolTips As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to display data field tooltips; otherwise, false.

|

Remarks

To hide the tooltips, set the EnableToolTips property to false.

See Also

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace