Skip to main content
A newer version of this page is available. .
All docs
V21.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