Skip to main content
A newer version of this page is available. .

GanttClientSideEvents Class

Contains a list of the client-side events available for the ASPxGantt.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class GanttClientSideEvents :
    CallbackClientSideEventsBase

The following members return GanttClientSideEvents objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxGantt.ClientSideEvents
ASP.NET MVC Extensions GanttSettings.ClientSideEvents

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

See Also