Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("Name")]
public string Name { get; set; }

Property Value

Type Default Description
String "Name"

A data field name.

Remarks

<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