Back to Devexpress

GanttTaskDependencyMappingInfo Class

aspnet-devexpress-dot-web-dot-aspxgantt-c553935b.md

latest2.3 KB
Original Source

GanttTaskDependencyMappingInfo Class

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

Declaration

csharp
public class GanttTaskDependencyMappingInfo :
    GanttMappingInfoBase
vb
Public Class GanttTaskDependencyMappingInfo
    Inherits GanttMappingInfoBase

The following members return GanttTaskDependencyMappingInfo objects:

Remarks

aspx
<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

IStateManager

Inheritance

Object StateManager PropertiesBase GanttMappingInfoBase GanttTaskDependencyMappingInfo

See Also

GanttTaskDependencyMappingInfo Members

ASPxGantt - 'How To' Examples

DevExpress.Web.ASPxGantt Namespace