Skip to main content

SchedulerClientSideEvents Class

Contains a list of client-side events concerned with processing callbacks within the scheduler control.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public class SchedulerClientSideEvents :
    CallbackClientSideEventsBase

The following members return SchedulerClientSideEvents objects:

Remarks

The SchedulerClientSideEvents class contains properties whose names represent the names of callback processing client events for the ASPxScheduler control. Each of these properties provides the ability to assign a handling code or the name of a JavaScript handle function to the corresponding client-side event.

Do not create instances of this class in applications. An instance of the SchedulerClientSideEvents class is automatically created when initializing a server-side web control object.

Implements

See Also