You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > Calendar Class
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Calendar Class

Summary description for Calendar.

C#
[DefaultProperty("DefaultCalendarID"), ToolboxData("<{0}:Calendar runat=server></{0}:Calendar>")]
public class Calendar : EkWebPart;
Visual Basic
<DefaultProperty("DefaultCalendarID"), ToolboxData("<{0}:Calendar runat=server></{0}:Calendar>")>
Public Class Calendar
Inherits EkWebPart

Calendar.cs

Name 
Description 
The methods of the Calendar class are listed here. 
The properties of the Calendar class are listed here. 
 
Name 
Description 
 
Fill 
Method that can be overridden and used to grab data from the back end for each server control.  
 
Wrap 
Method that can be overridden and used to wrap an Ektron toolbar corresponding to a particular Control around some Html text.  
 
Name 
Description 
 
The default ID of the Calendar to be displayed.  
 
Specify the the Calendar view. Choices are:

  • "Month"
  • "Day"
  • "Inline"
  • "MonthUpWithEvent"

 

 
The QueryString to check for a dynamic ID.  
 
Specify the end date the Calendar displays.  
 
Specify the event ID which the Calendar will highlight.  
 
Specify the event type and the Calendar highlights that type of event(s).  
 
Text property will hold raw calendar XML. The Calendar is not visible at runtime.  
 
Specify the start date the calendar displays.  
 
Text 
Allows a developer to treat the server control as a Label, taking information from the Control and painting it on top of the Control for display. Leave blank for default display.  
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!