Skip to main content
All docs
V25.1
  • GanttTaskToolTipShowingEventArgs.SuperTip Property

    Gets or sets the super tooltip.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.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