React 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 { 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                    
        Used in:
InitializedEvent
The type of the initialized event handler's argument.
                        import { CalendarTypes } from "devextreme-react/calendar"
                    
            
                        Type:
CalendarTypes.InitializedEvent                    
        Used in:
OptionChangedEvent
The type of the optionChanged event handler's argument.
                        import { CalendarTypes } from "devextreme-react/calendar"
                    
            
                        Type:
CalendarTypes.OptionChangedEvent                    
        Used in:
ValueChangedEvent
The type of the valueChanged event handler's argument.
                        import { CalendarTypes } from "devextreme-react/calendar"
                    
            
                        Type:
CalendarTypes.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.