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

ASPxClientGanttTaskEventArgs.htmlEvent Property

Provides access to the parameters associated with the TaskClick and TaskDblClick events.

Declaration

htmlEvent: any

Property Value

Type Description
any

Event parameters.

Remarks

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

See Also:

See Also