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

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