Skip to main content

GanttTaskToolTipShowingEventArgs(GanttChartTaskInfo) Constructor

Initializes a new GanttTaskToolTipShowingEventArgs class instance. For internal use.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public GanttTaskToolTipShowingEventArgs(
    GanttChartTaskInfo taskInfo
)

Parameters

Name Type Description
taskInfo DevExpress.XtraGantt.Chart.Item.Task.GanttChartTaskInfo

An object that contains view information about the task.

See Also