ASPxClientGantt.GetFocusedTaskKey Method
Gets the focused task’s key.
Declaration
GetFocusedTaskKey(): any
Returns
Type | Description |
---|---|
any | The focused task’s key. |
Remarks
<dx:ASPxGantt ID="Gantt" runat="server" ClientInstanceName="clientGantt" >
//...
</dx:ASPxGantt>
console.log(clientGantt.GetFocusedTaskKey());
Concepts
See Also