Skip to main content
A newer version of this page is available. .
All docs
V21.2

ASPxClientGantt.GetVisibleResourceAssignmentKeys Method

Gets the keys of the visible resource assignments.

Declaration

GetVisibleResourceAssignmentKeys(): any[]

Returns

Type Description
any[]

The keys.

Remarks

Gantt - Resources

<dx:ASPxGantt ID="Gantt" runat="server" ClientInstanceName="clientGantt" >
    //...
</dx:ASPxGantt>
console.log(clientGantt.GetVisibleResourceAssignmentKeys());

Concepts

See Also