Skip to main content
All docs
V19.1

ASPxGanttMappings.Resource Property

Provides access to the resource object’s mappings.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxTreeList.v19.1.dll

Declaration

public ASPxGanttTaskResourceMappingInfo Resource { get; }

Property Value

Type Description
ASPxGanttTaskResourceMappingInfo

Contains information on the mappings for the resource object.

Remarks

<dx:ASPxGantt ID="Gantt" runat="server" Width="100%" KeyFieldName="ID" ParentFieldName="ParentID" ...>
    <Mappings>
        ...
        <Resource ID="ID" Name="Name" />
        <ResourceAssignment ID="ID" TaskID="TaskID" ResourceID="TeamID" />
    </Mappings>
    ...
</dx:ASPxGantt>

Concept

Bind A Gantt Control to Data

Online Demo

ASPxGantt - Features

See Also