aspnet-devexpress-dot-web-dot-aspxscheduler-e949d789.md
Contains a list of client-side events concerned with processing callbacks within the scheduler control.
Namespace : DevExpress.Web.ASPxScheduler
Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
public class SchedulerClientSideEvents :
CallbackClientSideEventsBase
Public Class SchedulerClientSideEvents
Inherits CallbackClientSideEventsBase
The following members return SchedulerClientSideEvents objects:
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.
Object StateManager PropertiesBase ClientSideEventsBase ClientSideEvents CallbackClientSideEventsBase SchedulerClientSideEvents MVCxSchedulerClientSideEvents
See Also