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

GanttDataUpdateEventArgs.UpdateResourceValues Property

Gets information about the updated resources.

Namespace: DevExpress.Web.ASPxGantt

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

Declaration

public ReadOnlyCollection<ASPxDataUpdateValues> UpdateResourceValues { get; }

Property Value

Type Description
ReadOnlyCollection<ASPxDataUpdateValues>

The collection of updated resources.

See Also