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