JavaScript/jQuery Calendar Types
CalendarSelectionMode
Specifies one of three selection modes: single, multiple, or range.
Type:
Accepted Values: 'single' | 'multiple' | 'range'
Used in:
CalendarZoomLevel
Specifies the current calendar zoom level.
Type:
Accepted Values: 'century' | 'decade' | 'month' | 'year'
DisabledDate
Specifies dates that users cannot select.
import { DisabledDate } from "devextreme/ui/calendar"
Type:
DisposingEvent
The type of the disposing event handler's argument.
import { DisposingEvent } from "devextreme/ui/calendar"
Type:
Used in:
InitializedEvent
The type of the initialized event handler's argument.
import { InitializedEvent } from "devextreme/ui/calendar"
Type:
Used in:
OptionChangedEvent
The type of the optionChanged event handler's argument.
import { OptionChangedEvent } from "devextreme/ui/calendar"
Type:
Used in:
ValueChangedEvent
The type of the valueChanged event handler's argument.
import { ValueChangedEvent } from "devextreme/ui/calendar"
Type:
Used in:
WeekNumberRule
Specifies a week number calculation rule.
Type:
Accepted Values: 'auto' | 'firstDay' | 'fullWeek' | 'firstFourDays'
Used in:
Feedback