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

GanttControl.SplitTask(Int32, DateTime, TimeSpan) Method

Splits the specified task.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Gantt

Declaration

public void SplitTask(
    int nodeId,
    DateTime splitStart,
    TimeSpan splitDuration
)

Parameters

Name Type Description
nodeId Int32

A task’s Id property value.

splitStart DateTime

The split start date.

splitDuration TimeSpan

The split duration.

See Also