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

GanttTaskDependencyMappingInfo Class

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

Namespace: DevExpress.Web.ASPxGantt

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

Declaration

public class GanttTaskDependencyMappingInfo :
    GanttMappingInfoBase

The following members return GanttTaskDependencyMappingInfo objects:

Remarks

<dx:ASPxGantt ID="Gantt" runat="server" Width="100%" KeyFieldName="ID" ParentFieldName="ParentID" ...>
    <Mappings>
        <Dependency Key="ID" PredecessorKey="ParentID" SuccessorKey="DependentID" DependencyType="Type" />
        //...
    </Mappings>
    ...
</dx:ASPxGantt>

Concept

Bind To Data

Online demo

ASPxGantt - Data Binding and Modification

Implements

Inheritance

See Also