Skip to main content

GanttTaskDependencyMappingInfo Class

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

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

#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

#Examples

#Online Demos

#Implements

#Inheritance

See Also