Skip to main content
All docs
V23.2

ASPxClientGantt.GetFocusedTaskKey Method

Gets the focused task’s key.

Declaration

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