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

DateNavigatorSettings.ClientSideEvents Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public DateNavigatorClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
DateNavigatorClientSideEvents

A DateNavigatorClientSideEvents object which allows setting handlers for the client-side events of the DateNavigatorSettings.

Property Paths

You can access this nested property as listed below:

Object Type Path to ClientSideEvents
SchedulerSettings
.DateNavigatorExtensionSettings.ClientSideEvents
SchedulerStorageControlSettings
.DateNavigatorExtensionSettings.ClientSideEvents

Remarks

The ClientSideEvents property provides access to an object of the DateNavigatorClientSideEvents type. This object contains properties whose names correspond to the events available to the DateNavigatorSettings on the client side. These properties enable handling the events by assigning the JavaScript functions to the required client-side events of the DateNavigatorSettings control.

See Also