Back to Devexpress

TaskModificationEventArgs.TaskSplitInfo Property

windowsforms-devexpress-dot-xtragantt-dot-taskmodificationeventargs-743af68a.md

latest1.2 KB
Original Source

TaskModificationEventArgs.TaskSplitInfo Property

Gets information about segments of the processed split task.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public GanttChartTaskInfo[] TaskSplitInfo { get; }
vb
Public ReadOnly Property TaskSplitInfo As GanttChartTaskInfo()

Property Value

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

An array that contains information about segments of a split task.

|

See Also

TaskModificationEventArgs Class

TaskModificationEventArgs Members

DevExpress.XtraGantt Namespace