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.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public string ToolTip { get; }

Property Value

Type Description
String

A String object that is the tooltip text.

See Also