Back to Devexpress

CustomDrawTaskEventArgs.Info Property

windowsforms-devexpress-dot-xtragantt-dot-customdrawtaskeventargs-79edce14.md

latest1.1 KB
Original Source

CustomDrawTaskEventArgs.Info Property

Provides access to view information about the task.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public GanttChartTaskInfo Info { get; }
vb
Public ReadOnly Property Info As GanttChartTaskInfo

Property Value

TypeDescription
DevExpress.XtraGantt.Chart.Item.Task.GanttChartTaskInfo

An object that contains view information about the task.

|

See Also

CustomDrawTaskEventArgs Class

CustomDrawTaskEventArgs Members

DevExpress.XtraGantt Namespace