Skip to main content
All docs
V19.1

ASPxGanttTaskDependencyMappingInfo Class

Provides information on the dependency properties’ mapping to the appropriate data fields.

Namespace: DevExpress.Web.ASPxGantt

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

Declaration

public class ASPxGanttTaskDependencyMappingInfo :
    PropertiesBase

The following members return ASPxGanttTaskDependencyMappingInfo objects:

Remarks

<dx:ASPxGantt ID="Gantt" runat="server" Width="100%" KeyFieldName="ID" ParentFieldName="ParentID" ...>
    <Mappings>
        <Task ID="ID" ParentID="ParentID" Title="Subject" Start="StartDate" End="EndDate" Progress="PercentComplete" />
        <Dependency ID="ID" PredecessorID="ParentID" SuccessorID="DependentID" DependencyType="Type" />
        <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

Implements

Inheritance

Object
StateManager
PropertiesBase
ASPxGanttTaskDependencyMappingInfo
See Also