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

GanttTaskResourceMappingInfo Class

Provides information on the resource properties’ mappings to the appropriate data fields.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

Declaration

public class GanttTaskResourceMappingInfo :
    GanttMappingInfoBase

The following members return GanttTaskResourceMappingInfo objects:

Remarks

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

Concept

Bind To Data

Online Demos

Implements

Inheritance

See Also