ASPxClientGantt.GetVisibleDependencyKeys Method
In This Article
Gets the keys of the visible dependencies.
#Declaration
TypeScript
GetVisibleDependencyKeys(): any[]
#Returns
Type | Description |
---|---|
any[] | The keys. |
#Remarks
<dx:ASPxGantt ID="Gantt" runat="server" ClientInstanceName="clientGantt" >
//...
</dx:ASPxGantt>
console.log(clientGantt.GetVisibleDependencyKeys());
#Concepts
See Also