Skip to main content
All docs
V25.1
  • GanttTaskResourceAssignmentMappingInfo Class

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

    Namespace: DevExpress.Web.ASPxGantt

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

    NuGet Package: DevExpress.Web

    Declaration

    public class GanttTaskResourceAssignmentMappingInfo :
        GanttMappingInfoBase

    The following members return GanttTaskResourceAssignmentMappingInfo objects:

    Remarks

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

    Concept

    Bind To Data

    Online Demos

    Implements

    Inheritance

    Object
    StateManager
    PropertiesBase
    GanttMappingInfoBase
    GanttTaskResourceAssignmentMappingInfo
    See Also