Skip to main content

GanttTaskMappingInfo Class

Provides information on the task 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 GanttTaskMappingInfo :
    GanttMappingInfoBase

The following members return GanttTaskMappingInfo objects:

#Remarks

<dx:ASPxGantt ID="Gantt" runat="server" Width="100%" KeyFieldName="ID" ParentFieldName="ParentID" ...>
    <Mappings>
        <Task Key="ID" ParentKey="ParentID" Title="Subject" Start="StartDate" End="EndDate" Progress="PercentComplete" />
        //...
    </Mappings>
    ...
</dx:ASPxGantt>

#Limitation

  • The ASPxGantt control displays the progress of the task in integer format even if it is in decimal format in the data source.

#Concept

Bind To Data

#Online Demos

#Implements

See Also