Skip to main content
A newer version of this page is available. .

GanttDataUpdateEventArgs.InsertTaskValues Property

Gets information about the inserted tasks.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v19.2.dll

Declaration

public ReadOnlyCollection<GanttDataInsertValues> InsertTaskValues { get; }

Property Value

Type Description
ReadOnlyCollection<GanttDataInsertValues>

The collection of inserted objects.

See Also