Back to Devexpress

GanttTaskResourceMappingInfo.Name Property

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

latest1.7 KB
Original Source

GanttTaskResourceMappingInfo.Name Property

Specifies the name of the data field that contains information on the resource name.

Namespace : DevExpress.Web.ASPxGantt

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

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
String"Name"

A data field name.

|

Remarks

aspx
<dx:ASPxGantt ID="Gantt" runat="server" Width="100%" KeyFieldName="ID" ParentFieldName="ParentID" ...>
    <Mappings>
        <Resource Key="ID" Name="Name" />
        //...
    </Mappings>
    ...
</dx:ASPxGantt>

Concept

Bind To Data

Online Demos

See Also

GanttTaskResourceMappingInfo Class

GanttTaskResourceMappingInfo Members

DevExpress.Web.ASPxGantt Namespace