Angular 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 { 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
Used in:
InitializedEvent
The type of the initialized event handler's argument.
import { DxCalendarTypes } from "devextreme-angular/ui/calendar"
Type:
DxCalendarTypes.InitializedEvent
Used in:
OptionChangedEvent
The type of the optionChanged event handler's argument.
import { DxCalendarTypes } from "devextreme-angular/ui/calendar"
Type:
DxCalendarTypes.OptionChangedEvent
Used in:
ValueChangedEvent
The type of the valueChanged event handler's argument.
import { DxCalendarTypes } from "devextreme-angular/ui/calendar"
Type:
DxCalendarTypes.ValueChangedEvent
Used in:
WeekNumberRule
Specifies a week number calculation rule.
Type:
Accepted Values: 'auto' | 'firstDay' | 'fullWeek' | 'firstFourDays'
Used in:
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.