Back to Devexpress

GanttTaskResourceAssignmentMappingInfo.ResourceKey Property

aspnet-devexpress-dot-web-dot-aspxgantt-dot-gantttaskresourceassignmentmappinginfo.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("ResourceID")]
public string ResourceKey { get; set; }
vb
<DefaultValue("ResourceID")>
Public Property ResourceKey As String

Property Value

TypeDefaultDescription
String"ResourceID"

A data field name.

|

Remarks

aspx
<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

GanttTaskResourceAssignmentMappingInfo Class

GanttTaskResourceAssignmentMappingInfo Members

DevExpress.Web.ASPxGantt Namespace