GanttTaskToolTipShowingEventArgs.SuperTip Property
In This Article
Gets or sets the super tooltip.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
public SuperToolTip SuperTip { get; set; }
#Property Value
Type | Description |
---|---|
Super |
An object that specifies the super tooltip. |
See Also