ComponentOne EventsCalendar for ASP.NET Web Forms
Quick Start / Step 2 of 3: Customizing the Events Calendar
In This Topic
    Step 2 of 3: Customizing the Events Calendar
    In This Topic

    In this step you will set some properties to change the size of the events calendar and determine the time intervals shown on the calendar. Complete the following steps:

    1. Click C1EventCalendar1's smart tag to open the C1EventsCalendar Tasks menu and set the Control width property to 800px and the Control height property to 500px.
    2. In the Visual Studio Properties window, 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 propety 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.

      C1EventsCalender

    See Also