Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DocumentHyperlink.ToolTip Property

Gets a text for the tooltip displayed when the mouse hovers over a hyperlink.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v21.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public string ToolTip { get; }

Property Value

Type Description
String

A String object that is the tooltip text.

See Also