Skip to main content
All docs
V26.1
  • GanttClientSideEvents Class

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

    Namespace: DevExpress.Web.ASPxGantt

    Assembly: DevExpress.Web.ASPxGantt.v26.1.dll

    Declaration

    public class GanttClientSideEvents :
        CallbackClientSideEventsBase

    The following members return GanttClientSideEvents objects:

    Library Related API Members
    ASP.NET Web Forms Controls 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