Back to Devexpress

ASPxClientGantt.GetFocusedTaskKey Method

aspnet-js-aspxclientgantt-b142c5c3.md

latest1.5 KB
Original Source

ASPxClientGantt.GetFocusedTaskKey Method

Gets the focused task’s key.

Declaration

ts
GetFocusedTaskKey(): any

Returns

TypeDescription
any

The focused task’s key.

|

Remarks

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

Concepts

See Also

ASPxGantt.FocusedTaskChanged

ASPxClientGantt.SetFocusedTaskKey

ASPxClientGantt.FocusedTaskChanging

ASPxClientGantt.FocusedTaskChanged

ASPxGantt - Overview

MVCxGantt - Overview

ASPxGantt - 'How To' Examples

MVCxGantt - 'How To' Examples

ASPxClientGantt Class

ASPxClientGantt Members