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

GanttMappings.ResourceAssignment Property

Provides access to the resource assignment object’s mappings.

Namespace: DevExpress.Web.ASPxGantt

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

Declaration

public GanttTaskResourceAssignmentMappingInfo ResourceAssignment { get; }

Property Value

Type Description
GanttTaskResourceAssignmentMappingInfo

Contains information on the mappings for the resource assignment object.

Remarks

<dx:ASPxGantt ID="Gantt" runat="server" Width="100%" KeyFieldName="ID" ParentFieldName="ParentID" ...>
    <ResourceAssignment Key="ID" TaskKey="TaskID" ResourceKey="ResourceID" />
    ...
</dx:ASPxGantt>

Concept

Bind To Data

Online demo

ASPxGantt - Data Binding and Modification

See Also