Back to Devexpress

GanttTaskMappingInfo.Title Property

aspnet-devexpress-dot-web-dot-aspxgantt-dot-gantttaskmappinginfo-fe6fc8b7.md

latest1.8 KB
Original Source

GanttTaskMappingInfo.Title Property

Specifies the name of the data field that contains information on the task’s title.

Namespace : DevExpress.Web.ASPxGantt

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("Title")]
public string Title { get; set; }
vb
<DefaultValue("Title")>
Public Property Title As String

Property Value

TypeDefaultDescription
String"Title"

A data field name.

|

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>

Concept

Bind To Data

Online Demos

See Also

GanttTaskMappingInfo Class

GanttTaskMappingInfo Members

DevExpress.Web.ASPxGantt Namespace