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.v19.2.dll

Declaration

public class GanttClientSideEvents :
    CallbackClientSideEventsBase

The following members return GanttClientSideEvents objects:

Remarks

The GanttClientSideEvents class contains properties corresponding to the client-side events specific to a client Gantt control. Property names represent the names of the available client events.

Each property of this type provides the capability to assign an appropriate JavaScript handler function to the corresponding Gantt’s client-side event.

A GanttClientSideEvents object is automatically created when a server-side ASPxGantt object is being initialized.

Implements

See Also