Skip to main content
All docs
V19.1

ASPxGanttMappings.Dependency Property

Provides access to the dependency object’s mappings.

Namespace: DevExpress.Web.ASPxGantt

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

Declaration

public ASPxGanttTaskDependencyMappingInfo Dependency { get; }

Property Value

Type Description
ASPxGanttTaskDependencyMappingInfo

Contains information on the mappings for the dependency object.

Remarks

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

Concept

Bind A Gantt Control to Data

Online Demo

ASPxGantt - Features

See Also