ASPxClientGantt.GetVisibleTaskKeys Method
Gets the keys of the visible tasks.
Declaration
GetVisibleTaskKeys(): any[]
Returns
| Type | Description |
|---|---|
| any[] | The key. |
Remarks

console.log(clientGantt.GetVisibleTaskKeys());
Concepts
See Also