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

    Gets information about the inserted resource assignments.

    Namespace: DevExpress.Web.ASPxGantt

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

    NuGet Package: DevExpress.Web

    Declaration

    public ReadOnlyCollection<GanttDataInsertValues> InsertResourceAssignmentValues { get; }

    Property Value

    Type Description
    ReadOnlyCollection<GanttDataInsertValues>

    The collection of inserted objects.

    See Also