The RadScheduler controls supports also three different views -
        Day, Week and Multi-Day views.
    
    
        - Day View
            
                The Day View is a standard table list that enable you to see all appointments
                for a specific day. Each row in the Day View represents a time span that
                is controlled by the MinutesPerRow property.
            
         
        - Week View
            
                The Week View represents a table list, which shows appointments for a specific
                week. Each week day represents a vertical column with header that shows its date.
                You can also easily format it with the help of the ColumnHeaderDateFormat
                property.
            
            
                The Week View has also two different approaches for showing time slots:
                
                    - Business hours, that is the the default, shows only the working hours (by
                        default those values are from 9 am to 5 pm). 
 
                    - 24-hour that shows the entire day hours - from midnight to 23 o'clock including.
 
                
            
         
        - Multi-Day View
            
                The Multi-Day View allows you to show different number of day depending on
                your scenario. You can easily control it by using the NumberOfDays property.
            
         
    
 
    
        This demo represents three different views that you can use with RadScheduler
        control - Day, Week and Multi-Day
        views. By clicking on the specific views in the header you can switch between the
        views to see their specific appearance.
    
        In this demo you can also see how to group the appointments by resources. You can
        do so in two ways - Horizontal or Vertical. Check also the demo Description
        to get more information about the different views.