aspnet-devexpress-dot-web-dot-aspxgantt-edcd25f3.md
Provides information on the resource assignments properties’ mappings to the appropriate data fields.
Namespace : DevExpress.Web.ASPxGantt
Assembly : DevExpress.Web.ASPxGantt.v25.2.dll
NuGet Package : DevExpress.Web
public class GanttTaskResourceAssignmentMappingInfo :
GanttMappingInfoBase
Public Class GanttTaskResourceAssignmentMappingInfo
Inherits GanttMappingInfoBase
The following members return GanttTaskResourceAssignmentMappingInfo objects:
<dx:ASPxGantt ID="Gantt" runat="server" Width="100%" KeyFieldName="ID" ParentFieldName="ParentID" ...>
<Mappings>
<ResourceAssignment Key="ID" TaskKey="TaskID" ResourceKey="ResourceID" />
//...
</Mappings>
...
</dx:ASPxGantt>
Object StateManager PropertiesBase GanttMappingInfoBase GanttTaskResourceAssignmentMappingInfo
See Also