GanttClientSideEvents Class
Contains a list of the client-side events available for the ASPxGantt.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class GanttClientSideEvents :
CallbackClientSideEventsBase
#Related API Members
The following members return GanttClientSideEvents objects:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Gantt |
#Remarks
The GanttClientSideEvents class contains properties corresponding to the Gantt’s client-side events. Properties have the same names as the names of the available client events.
The GanttClientSideEvents object is created when the server-side ASPxGantt is initialized.
<dx:ASPxGantt ID="Gantt" >
<ClientSideEvents TaskInserting="onGanttTaskInserting" ... />
</dx:ASPxGantt>
#Online Demos
#Implements
#Inheritance
See Also