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

ASPxClientGantt.GetVisibleResourceKeys Method

Gets the keys of the visible resources.

Declaration

GetVisibleResourceKeys(): any[]

Returns

Type Description
any[]

The keys.

Remarks

Gantt - Resources

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

Concepts

See Also