Skip to main content
All docs
V25.1
  • GanttDataUpdateEventArgs.DeleteDependencyValues Property

    Gets information about the deleted dependencies.

    Namespace: DevExpress.Web.ASPxGantt

    Assembly: DevExpress.Web.ASPxGantt.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public ReadOnlyCollection<ASPxDataDeleteValues> DeleteDependencyValues { get; }

    Property Value

    Type Description
    ReadOnlyCollection<ASPxDataDeleteValues>

    The collection of deleted objects.

    See Also