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

    Gets information about the updated resources.

    Namespace: DevExpress.Web.ASPxGantt

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

    NuGet Package: DevExpress.Web

    Declaration

    public ReadOnlyCollection<ASPxDataUpdateValues> UpdateResourceValues { get; }

    Property Value

    Type Description
    ReadOnlyCollection<ASPxDataUpdateValues>

    The collection of updated resources.

    See Also