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

GanttDataUpdateEventArgs.DeleteResourceValues Property

Gets information about the deleted resources.

Namespace: DevExpress.Web.ASPxGantt

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

Declaration

public ReadOnlyCollection<ASPxDataDeleteValues> DeleteResourceValues { get; }

Property Value

Type Description
ReadOnlyCollection<ASPxDataDeleteValues>

The collection of deleted objects.

See Also