Skip to main content
All docs
V25.1
  • GanttTaskDependencyMappingInfo Class

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

    Namespace: DevExpress.Web.ASPxGantt

    Assembly: DevExpress.Web.ASPxGantt.v25.1.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