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 { CalendarTypes } from "devextreme-react/calendar"
Type: CalendarTypes.DisabledDate

DisposingEvent

The type of the disposing event handler's argument.

import { CalendarTypes } from "devextreme-react/calendar"
Type: CalendarTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { CalendarTypes } from "devextreme-react/calendar"
Type: CalendarTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { CalendarTypes } from "devextreme-react/calendar"
Type: CalendarTypes.OptionChangedEvent

ValueChangedEvent

The type of the valueChanged event handler's argument.

import { CalendarTypes } from "devextreme-react/calendar"
Type: CalendarTypes.ValueChangedEvent

WeekNumberRule

Specifies a week number calculation rule.

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