Skip to main content

GanttDataUpdateEventArgs.DeleteDependencyValues Property

Gets information about the deleted dependencies.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

Declaration

public ReadOnlyCollection<ASPxDataDeleteValues> DeleteDependencyValues { get; }

Property Value

Type Description
ReadOnlyCollection<ASPxDataDeleteValues>

The collection of deleted objects.

See Also