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.v20.2.dll

NuGet Package: DevExpress.Web

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>

Examples

Online Demos

See Also