Skip to main content
All docs
V24.2

ASPxClientGantt.GetFocusedTaskKey Method

Gets the focused task’s key.

#Declaration

TypeScript
GetFocusedTaskKey(): any

#Returns

Type Description
any

The focused task’s key.

#Remarks

Gantt - Focused Tasks

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

#Concepts

See Also