Skip to main content
All docs
V25.1
  • TaskModificationEventArgs.TaskSplitInfo Property

    Gets information about segments of the processed split task.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.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