Skip to main content

DateNavigatorSettings.ClientSideEvents Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public DateNavigatorClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
DateNavigatorClientSideEvents

A DateNavigatorClientSideEvents object that allows you to handle the component’s client-side events.

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