ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / C1EventsCalendarExtender / C1EventsCalendarExtender Tutorial / Step 2 of 3: Customizing the Calendar
In This Topic
    Step 2 of 3: Customizing the Calendar
    In This Topic

    In this topic you will set some of the properties for the C1EventsCalendarExtender.

    1. Select View | Properties Window in the Visual Studio menu.
    2. Click the drop-down list at the top of the Properties window and select Panel1_C1EventsCalendarExtender.
    3. Click the drop-down arrow next to the C1EventsCalendarExtender.SelectedDate property and select 12/21/2012.
    4. Set the following properties to the specified values:

     

    Property Value Description
    TimeInterval

    60

    This property specifies the time interval for the Day view, in minutes.

    TimeIntervalHeight

    25

    This property specifies the Day view time interval row height, in pixels.

    TimeRulerInterval

    120

    This property specifies the time ruler interval for the Day view, in minutes.

    Now run the project to see the events calendar.