ASPxClientGantt.GetVisibleTaskKeys Method
In This Article
Gets the keys of the visible tasks.
#Declaration
TypeScript
GetVisibleTaskKeys(): any[]
#Returns
Type | Description |
---|---|
any[] | The key. |
#Remarks
console.log(clientGantt.GetVisibleTaskKeys());
#Concepts
See Also