Skip to main content
All docs
V24.2

ASPxClientGantt.GetVisibleTaskKeys Method

Gets the keys of the visible tasks.

#Declaration

TypeScript
GetVisibleTaskKeys(): any[]

#Returns

Type Description
any[]

The key.

#Remarks

Gantt - Subtasks

console.log(clientGantt.GetVisibleTaskKeys());

#Concepts

See Also