There are 7 view settings provided by WebScheduler to be customized according to
                user needs. All views are accessible in ViewSettings section.
            
                These are the basic things needed to be configured to get started with WebScheduler.
            
                Agenda View 
            
                
                    
                        
                        
                        
                    
                    
                        | SelectedViewMode | Specifies the initial WebScheduler's view mode. | Agenda | 
                    
                        | NumberOfDays | Specifies Agenda view number of days. | 10 | 
                    
                        | Enabled | Indicates whether Agenda View should be enabled. | True | 
                
            
            
            
                Day View
            
                
                    
                        
                        
                        
                    
                    
                        | SelectedViewMode | Specifies the initial WebScheduler's view mode. | Day | 
                    
                        | VisibleStartTime | Specifies the visible start time in Day and Week view. | t0000 | 
                    
                        | VisibleEndTime | Specifies the visible end time in Day and Week. | t2330 | 
                    
                        | Enabled | Indicates whether Day View should be enabled. | True | 
                
            
            
                Month View
            
                
                    
                        
                        
                        
                    
                    
                        | SelectedViewMode | Specifies the initial WebScheduler's view mode. | Month | 
                    
                        | Enabled | Indicates whether Month View should be enabled. | True | 
                
            
            
            
                Quarter View
            
                
                    
                        
                        
                        
                    
                    
                        | SelectedViewMode | Specifies the initial WebScheduler's view mode. | Quarter | 
                    
                        | Enabled | Indicates whether Quarter View should be enabled. | True | 
                
            
            
                Timeline View 
            
                
                    
                        
                        
                        
                    
                    
                        | SelectedViewMode | Specifies the initial WebScheduler's view mode. | Timeline | 
                    
                        | SelectedTimelineViewMode | Specifies Timeline view mode (Quarter, Month, Week, etc) | DayHourly | 
                    
                        | EnableClientPaging | Indicates whether client paging is enabled in Timeline View. | True | 
                    
                        | ClientPagingMode | Specifies Timeline's client paging mode (EventPageSize, ViewPort) | EventPageSize | 
                    
                        | Enabled | Indicates whether Timeline view should be enabled | True | 
                
            
            
                Week View
            
                
                    
                        
                        
                        
                    
                    
                        | SelectedViewMode | Specifies the initial WebScheduler's view mode. | Week | 
                    
                        | Enabled | Indicates whether Week View should be enabled. | True | 
                
            
            
            
                Year View
            
                
                    
                        
                        
                        
                    
                    
                        | SelectedViewMode | Specifies the initial WebScheduler's view mode. | Year | 
                    
                        | Enabled | Indicates whether Year View should be enabled. | True | 
                
            
            
            
                The following screenshot shows that Week view is set as the initial selected view
                mode and the other views are enabled. 
            
                
                
            
            
                
                    
                        
                            |   | SelectedViewMode and Enabled are the basic properties
                                to be set in order to use the View Settings. For example: To use Day View in
                                WebScheduler, you are required to set SelectedViewMode to Day
                                and Enabled to True. |