Back to Devexpress

ASPxClientGantt.GetVisibleDependencyKeys Method

aspnet-js-aspxclientgantt-95c35a39.md

latest1.3 KB
Original Source

ASPxClientGantt.GetVisibleDependencyKeys Method

Gets the keys of the visible dependencies.

Declaration

ts
GetVisibleDependencyKeys(): any[]

Returns

TypeDescription
any[]

The keys.

|

Remarks

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

Concepts

See Also

GetDependencyData(key)

ASPxGantt - Overview

MVCxGantt - Overview

ASPxGantt - 'How To' Examples

MVCxGantt - 'How To' Examples

ASPxClientGantt Class

ASPxClientGantt Members