Skip to main content
All docs
V25.1
  • GanttTimelineTaskToolTipShowingEventArgs(GanttTimelineItemInfo) Constructor

    Initializes a new instance of the GanttTimelineTaskToolTipShowingEventArgs class with specified settings.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public GanttTimelineTaskToolTipShowingEventArgs(
        GanttTimelineItemInfo taskInfo
    )

    Parameters

    Name Type Description
    taskInfo DevExpress.XtraGantt.TimeLine.GanttTimelineItemInfo

    An object that contains view information about the task. This value is assigned to the Task property.

    See Also