Back to Devexpress

GanttTaskMappingInfo Class

aspnet-devexpress-dot-web-dot-aspxgantt-c51653b5.md

latest2.3 KB
Original Source

GanttTaskMappingInfo Class

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

Declaration

csharp
public class GanttTaskMappingInfo :
    GanttMappingInfoBase
vb
Public Class GanttTaskMappingInfo
    Inherits GanttMappingInfoBase

The following members return GanttTaskMappingInfo objects:

Remarks

aspx
<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

IStateManager

Inheritance

Object StateManager PropertiesBase GanttMappingInfoBase GanttTaskMappingInfo

See Also

GanttTaskMappingInfo Members

ASPxGantt - 'How To' Examples

DevExpress.Web.ASPxGantt Namespace