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

SchedulerSettings.ClientSideEvents Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc.v18.1.dll

Declaration

public MVCxSchedulerClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
MVCxSchedulerClientSideEvents

A MVCxSchedulerClientSideEvents object which allows assigning handlers to the client-side events available to the Scheduler.

Remarks

The ClientSideEvents property provides access to an object of the MVCxSchedulerClientSideEvents type. This object contains properties whose names correspond to the events available to the Scheduler on the client side. These properties provide the capability to assign handling JavaScript functions to the required client-side events of the Scheduler.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ClientSideEvents property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also