Skip to main content
All docs
V23.2

GanttTimelineTaskToolTipShowingEventArgs(GanttTimelineItemInfo) Constructor

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.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