Kentico CMS 6.0 Controls

Configuration

Configuration

Previous topic Next topic Mail us feedback on this topic!  

Configuration

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

The following properties of the BasicCalendar control can be set or used in the API:

 

Property Name

Description

Sample Value

CustomTimeZone

A custom time zone to be used represented by a TimeZoneInfo object.


DataMember

Name of the table when a DataSet is used as a DataSource.


DataSource

Data source with calendar events - either a DataSet or DataTable object.


DayField

Name of the field in the data source that contains the date/time value.

"NewsReleaseDate"

DayWithEventsStyle

Style of days that have an event.


DisplayOnlySingleDayItem

Indicates whether only one item is displayed in a single day item.


HideDefaultDayNumber

Indicates whether the day number should be displayed or if the day cell should be fully filled by the used template.


RelatedData

Custom data connected to the object.


TimeZone

Specifies the time zone type.

"Custom"

"Inherit"

"Server"

"User"

"WebSite"

 

As this control is inherited from the ASP.NET Calendar control, it also has all of its standard properties.