Skip to main content

GanttDataUpdateEventArgs.DeleteTaskValues Property

Gets information about the deleted tasks.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

Declaration

public ReadOnlyCollection<ASPxDataDeleteValues> DeleteTaskValues { get; }

Property Value

Type Description
ReadOnlyCollection<ASPxDataDeleteValues>

The collection of deleted objects.

See Also