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.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ReadOnlyCollection<GanttDataInsertValues> InsertTaskValues { get; }

Property Value

Type Description
ReadOnlyCollection<GanttDataInsertValues>

The collection of inserted objects.

See Also