Skip to main content

GanttDataUpdateEventArgs.InsertResourceAssignmentValues Property

Gets information about the inserted resource assignments.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

Declaration

public ReadOnlyCollection<GanttDataInsertValues> InsertResourceAssignmentValues { get; }

Property Value

Type Description
ReadOnlyCollection<GanttDataInsertValues>

The collection of inserted objects.

See Also