GanttTaskDependencyMappingInfo Class
In This Article
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
#Related API Members
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
#Examples
#Online Demos
#Implements
#Inheritance
Object
StateManager
PropertiesBase
GanttMappingInfoBase
GanttTaskDependencyMappingInfo
See Also