Skip to main content
All docs
V24.2

GanttTimelineTaskToolTipShowingEventArgs(GanttTimelineItemInfo) Constructor

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v24.2.dll

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