Skip to main content

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.v24.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