Skip to main content

GanttTaskToolTipShowingEventArgs.Text Property

Gets or sets the text for the regular tooltip.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public string Text { get; set; }

Property Value

Type Description
String

A String value that specifies the regular tooltip’s text.

See Also