Angular 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 { DxCalendarTypes } from "devextreme-angular/ui/calendar"
Type: DxCalendarTypes.DisabledDate

DisposingEvent

The type of the disposing event handler's argument.

import { DxCalendarTypes } from "devextreme-angular/ui/calendar"
Type: DxCalendarTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxCalendarTypes } from "devextreme-angular/ui/calendar"
Type: DxCalendarTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxCalendarTypes } from "devextreme-angular/ui/calendar"
Type: DxCalendarTypes.OptionChangedEvent

ValueChangedEvent

The type of the valueChanged event handler's argument.

import { DxCalendarTypes } from "devextreme-angular/ui/calendar"
Type: DxCalendarTypes.ValueChangedEvent

WeekNumberRule

Specifies a week number calculation rule.

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