Skip to main content
A newer version of this page is available. .
All docs
V20.2

ASPxClientGanttTaskEventArgs.key Property

Returns the task key.

Declaration

key: any

Property Value

Type Description
any

The task key.

Remarks

<dx:ASPxGantt ID="Gantt" >
    <ClientSideEvents TaskClick="onGanttTaskClick" TaskDblClick="onGanttTaskDblClick" ... />
</dx:ASPxGantt>
See Also