Skip to main content
A newer version of this page is available. .

GanttTaskToolTipShowingEventArgs.SuperTip Property

Gets or sets the super tooltip.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v20.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public SuperToolTip SuperTip { get; set; }

Property Value

Type Description
SuperToolTip

An object that specifies the super tooltip.

See Also