Skip to main content
A newer version of this page is available. .

GanttTaskPopupMenuShowingEventArgs.Info Property

Provides access to view information about the task.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public GanttChartTaskInfo Info { get; }

Property Value

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

An object that contains information about the task.

See Also