Skip to main content
A newer version of this page is available. .
All docs
V21.2

TaskModificationEventArgs.TaskSplitInfo Property

Gets information about segments of the processed split task.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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