Skip to main content
A newer version of this page is available. .

GanttMappings.Task Property

Provides access to the task object’s mappings.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v19.2.dll

Declaration

public GanttTaskMappingInfo Task { get; }

Property Value

Type Description
GanttTaskMappingInfo

Contains information on the mappings for the task object.

Remarks

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

Concept

Bind To Data

Online demo

ASPxGantt - Data Binding and Modification

See Also