GanttDataUpdateEventArgs.UpdateTaskValues Property
Gets information about the updated tasks.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ReadOnlyCollection<ASPxDataUpdateValues> | The collection of updated tasks. |
See Also