Skip to main content

GanttTaskToolTipShowingEventArgs.Info Property

Provides view information about the processed task.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public GanttChartTaskInfo Info { get; }

Property Value

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

An object that contains view information about the processed task.

See Also