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

NuGet Package: DevExpress.Web

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>

Examples

Online Demos

See Also