aspnet-devexpress-dot-web-dot-aspxgantt-c553935b.md
Provides information on the dependency properties’ mappings to the appropriate data fields.
Namespace : DevExpress.Web.ASPxGantt
Assembly : DevExpress.Web.ASPxGantt.v25.2.dll
NuGet Package : DevExpress.Web
public class GanttTaskDependencyMappingInfo :
GanttMappingInfoBase
Public Class GanttTaskDependencyMappingInfo
Inherits GanttMappingInfoBase
The following members return GanttTaskDependencyMappingInfo objects:
<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>
Object StateManager PropertiesBase GanttMappingInfoBase GanttTaskDependencyMappingInfo
See Also