Skip to main content
All docs
V25.1
  • GanttTaskResourceAssignmentMappingInfo.ResourceKey Property

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

    Namespace: DevExpress.Web.ASPxGantt

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

    NuGet Package: DevExpress.Web

    Declaration

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

    Property Value

    Type Default Description
    String "ResourceID"

    A data field name.

    Remarks

    <dx:ASPxGantt ID="Gantt" runat="server" Width="100%" KeyFieldName="ID" ParentFieldName="ParentID" ...>
        <Mappings>
            <ResourceAssignment Key="ID" TaskKey="TaskID" ResourceKey="ResourceID" />
            //...
        </Mappings>
        ...
    </dx:ASPxGantt>
    

    Concept

    Bind To Data

    Online Demos

    See Also