React Calendar Types

CalendarSelectionMode

Specifies one of three selection modes: single, multiple, or range.

Accepted Values: 'single' | 'multiple' | 'range'

CalendarZoomLevel

Specifies the current calendar zoom level.

Accepted Values: 'century' | 'decade' | 'month' | 'year'

DisabledDate

Specifies dates that users cannot select.

import { DisabledDate } from "devextreme/ui/calendar"
Type:

Object

DisposingEvent

The type of the disposing event handler's argument.

import { DisposingEvent } from "devextreme/ui/calendar"
Type:

Object

InitializedEvent

The type of the initialized event handler's argument.

import { InitializedEvent } from "devextreme/ui/calendar"
Type:

Object

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { OptionChangedEvent } from "devextreme/ui/calendar"
Type:

Object

ValueChangedEvent

The type of the valueChanged event handler's argument.

import { ValueChangedEvent } from "devextreme/ui/calendar"
Type:

Object

WeekNumberRule

Specifies a week number calculation rule.

Accepted Values: 'auto' | 'firstDay' | 'fullWeek' | 'firstFourDays'