Skip to main content
All docs
V23.2

TaskModificationEventArgs.TaskSplitInfo Property

Gets information about segments of the processed split task.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public GanttChartTaskInfo[] TaskSplitInfo { get; }

Property Value

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

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

See Also