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

ASPxGantt.ClientSideEvents Property

Gets an object that lists the client-side events specific to the Gantt control.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxTreeList.v19.1.dll

Declaration

public GanttClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
GanttClientSideEvents

An object that allows you to assign handlers to the client-side events available to the Gantt control.

See Also