Search results

NavigatingEventArgs API in JavaScript (ES5) Schedule API control

An interface that holds options to control the date and view navigations.

Properties

action

string

Returns the action type either as date or view due to which the navigation takes place.

cancel

boolean

Defines the cancel option.

currentDate

Date

Returns the current date value after navigation takes place.

currentView

string

Returns the active view name after the view navigation takes place.

name

string

Specifies name of the event.

previousDate

Date

Returns the date value before date navigation takes place.

previousView

string

Returns the view name before the view navigation takes place.

viewIndex

number

Returns the active view index after the view navigation takes place.