Back to Devexpress

CustomTaskDisplayTextEventArgs.TaskInfo Property

windowsforms-devexpress-dot-xtragantt-dot-customtaskdisplaytexteventargs-284284ad.md

latest1.1 KB
Original Source

CustomTaskDisplayTextEventArgs.TaskInfo 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 TaskInfo { get; }
vb
Public ReadOnly Property TaskInfo As GanttChartTaskInfo

Property Value

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

An object that contains view information about the task.

|

See Also

CustomTaskDisplayTextEventArgs Class

CustomTaskDisplayTextEventArgs Members

DevExpress.XtraGantt Namespace