Skip to main content

GanttDataUpdateEventArgs.DeleteResourceAssignmentValues Property

Gets information about the deleted resource assignments.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

Declaration

public ReadOnlyCollection<ASPxDataDeleteValues> DeleteResourceAssignmentValues { get; }

Property Value

Type Description
ReadOnlyCollection<ASPxDataDeleteValues>

The collection of deleted objects.

See Also