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