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

GanttDataUpdateEventArgs.UpdateTaskValues Property

Gets information about the updated tasks.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

Declaration

public ReadOnlyCollection<ASPxDataUpdateValues> UpdateTaskValues { get; }

Property Value

Type Description
ReadOnlyCollection<ASPxDataUpdateValues>

The collection of updated tasks.

See Also