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

GanttMappings.Resource Property

Provides access to the resource object’s mappings.

Namespace: DevExpress.Web.ASPxGantt

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

Declaration

public GanttTaskResourceMappingInfo Resource { get; }

Property Value

Type Description
GanttTaskResourceMappingInfo

Contains information on the mappings for the resource object.

Remarks

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

Concept

Bind To Data

Online demo

ASPxGantt - Data Binding and Modification

See Also