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

GanttMappings.Dependency Property

Provides access to the dependency object’s mappings.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

Declaration

public GanttTaskDependencyMappingInfo Dependency { get; }

Property Value

Type Description
GanttTaskDependencyMappingInfo

Contains information on the mappings for the dependency object.

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>

Examples

Online Demos

See Also