RadCalendar for ASP.NET

RadCalendar Send comments on this topic.
RadCalendar Class Properties
See Also 
Telerik.WebControls Namespace : RadCalendar Class


For a list of all members of this type, see RadCalendar members.

Public Properties

 NameDescription
Public PropertyAccessKey (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyAppRelativeTemplateSourceDirectory (Inherited from System.Web.UI.Control)
Public PropertyAttributes (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyAutoPostBack Gets or sets a value indicating whether a postback to the server automatically occurs when the user interacts with the control.  
Public PropertyBackColor (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyBorderColor (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyBorderStyle (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyBorderWidth (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyCalendar Gets the default System.Globalization.Calendar instance as specified by the default culture.  
Public PropertyCalendarDayTemplates Gets or sets a collection of type CalendarDayTemplateCollection which stores the created templates to use with RadCalendar. All of the items are represented by DayTemplate instances.  
Public PropertyCalendarTableStyle Gets the style properties for the Calendar table container.  
Public PropertyCalendarViewExposes the top instance of CalendarView or its derived types.

Every CalendarView class handles the real calculation and rendering of RadCalendar's calendric information. The CalendarView has the ChildViews collection which contains all the sub views in case of multi view setup.  

Public PropertyCellAlignGets or sets the horizontal alignment of the date cells content inside the calendar area.

The HorizontalAlign enumeration is defined in System.Web.UI.WebControls  

Public PropertyCellDayFormat Gets or sets the format string that will be applied to the dates presented in the calendar area.  
Public PropertyCellVAlignGets or sets the vertical alignment of the date cells content inside the calendar area.

The VerticalAlign enumeration is defined in System.Web.UI.WebControls  

Public PropertyClientEvents Gets the instance of CalendarClientEvents class which defines the JavaScript functions (client-side event handlers) that are invoked when specific client-side events are raised.  
Public PropertyClientID (Inherited from System.Web.UI.Control)
Public PropertyColumnHeaderImage Gets or sets the image displayed for the column header element.  
Public PropertyColumnHeaderText Gets or sets the text displayed for the column header element.  
Public PropertyControls (Inherited from System.Web.UI.Control)
Public PropertyControlStyle (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyControlStyleCreated (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyCssClassOverridden.  Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client.  
Public PropertyCssFile Gets or sets the name of the file containing the CSS definition used by RadCalendar. Use "~/" (tilde) as a substitution of the web-application root directory.  
Public PropertyCultureID Gets or sets the culture identifier for the current CultureInfo.  
Public PropertyCultureInfoGets or sets the CultureInfo instance that represents information about the culture of this RadCalendar object.

A CultureInfo class describes information about the culture of this RadCalendar instance including the names of the culture, the writing system, and the calendar used, as well as access to culture-specific objects that provide methods for common operations, such as formatting dates and sorting strings.  

Public PropertyDateRangeSeparator Gets or sets the separator string that will be put between start and end months in a multi view title.  
Public PropertyDateTimeFormat Gets or sets a DateTimeFormatInfo instance that defines the culturally appropriate format of displaying dates and times as specified by the default culture.  
Public PropertyDayCellToolTipFormatGets or sets the format string that is applied to the days cells tooltip.  
Public PropertyDayNameFormat Specifies the display formats for the days of the week used as selectors by RadCalendar.  
Public PropertyDayOverStyle Gets the style properties applied when hovering over the Calendar days.  
Public PropertyDayStyle Gets the style properties for the days in the displayed month.  
Public PropertyDefaultCellPadding Gets or sets the cell padding of the table where are rendered the calendar days.  
Public PropertyDefaultCellSpacing Gets or sets the cell spacing of the table where are rendered the calendar days.  
Public PropertyDisabledDayStyle Gets the style properties for the disabled dates.  
Public PropertyEnabled (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyEnableMonthYearFastNavigation Gets or sets whether the month/year fast navigation controls in the title section will be enabled.  
Public PropertyEnableMultiSelect Allows the selection of multiple dates. If not set, only a single date is selected, and if any dates are all ready selected, they are cleared.  
Public PropertyEnableNavigation Gets or sets whether the navigation controls in the title section will be displayed.  
Public PropertyEnableNavigationAnimation Enables the animation shown when the calendar navigates to a different view.  
Public PropertyEnableRepeatableDaysOnClient Gets or sets whether the repeatable days logic should be supported on the client (effective for client calendar - with set property AutoPostBack="false").  
Public PropertyEnableTheming (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyEnableViewSelector Gets or sets whether a selector for the entire CalendarView ( MonthView ) will appear on the calendar.  
Public PropertyEnableViewState (Inherited from System.Web.UI.Control)
Public PropertyFastNavigationNextImage Gets or sets the name of the image that is displayed for the next month fast navigation control.  
Public PropertyFastNavigationNextText Gets or sets the text displayed for the fast navigation next month control. Will be applied if there is no image set (see FastNavigationNextImage).  
Public PropertyFastNavigationNextToolTip Gets or sets the text displayed as a tooltip for the fast navigation next month control.  
Public PropertyFastNavigationPrevImage Gets or sets the name of the image that is displayed for the previous month fast navigation control.  
Public PropertyFastNavigationPrevText Gets or sets the text displayed for the fast navigation previous month control. Will be applied if there is no image set (see FastNavigationPrevImage).  
Public PropertyFastNavigationPrevToolTip Gets or sets the text displayed as a tooltip for the fast navigation previous month control.  
Public PropertyFastNavigationSettings Gets or sets the MonthYearFastNavigationSettings object whose inner properties can be used to modify the fast Month/Year client navigation settings.  
Public PropertyFastNavigationStep Gets or sets an integer value representing the number of CalendarView views that will be scrolled when the user clicks on a fast navigation link.  
Public PropertyFastNavigationStyleGets the style properties for the Month/Year fast navigation.  
Public PropertyFirstDayOfWeekSpecifies the day to display as the first day of the week on the RadCalendar control.

The FirstDayOfWeek enumeration can be found in System.Web.UI.WebControls Namespace.  

Public PropertyFocusedDate Gets or sets the value that is used by RadCalendar to determine the viewable area displayed .  
Public PropertyFocusedDateColumn Gets or sets the column index where the FocusedDate (and the month view it belongs to) will be positioned inside a multi view area.  
Public PropertyFocusedDateRow Gets or sets the row index where the FocusedDate (and the month view it belongs to) will be positioned inside a multi view area.  
Public PropertyFont (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyFooterTemplate Gets or sets the System.Web.UI.ITemplate that defines how the footer section of the RadCalendar control is displayed.  
Public PropertyForeColor (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyHasAttributes (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyHeaderStyle Gets the style properties for the row and column headers.  
Public PropertyHeaderTemplate Gets or sets the System.Web.UI.ITemplate that defines how the header section of the RadCalendar control is displayed.  
Public PropertyHeight (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyID (Inherited from System.Web.UI.Control)
Public PropertyImagesBaseDir Gets or sets the directory where image files used by RadCalendar reside. Use "~/" (tilde) as a substitution of the web-application root directory. This property is not required by the Skin functionality.  
Public PropertyMonthLayoutGets or sets the predefined pairs of rows and columns, so that the product of the two values is exactly 42, which guarantees valid calendar layout. It is applied on a single view level to every MonthView instance in the calendar.  
Public PropertyMultiViewColumns Gets or sets the the count of columns to be displayed by a multi month CalendarView.  
Public PropertyMultiViewRows Gets or sets the the count of rows to be displayed by a multi month CalendarView.  
Public PropertyNamingContainer (Inherited from System.Web.UI.Control)
Public PropertyNavigationCellPadding Gets or sets the cell padding that is applied to the title table.  
Public PropertyNavigationCellSpacing Gets or sets the cell spacing that is applied to the title table.  
Public PropertyNavigationNextImage Gets or sets the name of the image that is displayed for the next month navigation control.  
Public PropertyNavigationNextText Gets or sets the text displayed for the next month navigation control. Will be applied if there is no image set (see NavigationNextImage).  
Public PropertyNavigationNextToolTip Gets or sets the text displayed as a tooltip for the next month navigation control.  
Public PropertyNavigationPrevImage Gets or sets name of the image that is displayed for the previous month navigation control.  
Public PropertyNavigationPrevText Gets or sets the text displayed for the previous month navigation control. Will be applied only if there is no image set (see NavigationPrevImage).  
Public PropertyNavigationPrevToolTip Gets or sets the text displayed as a tooltip for the previous month navigation control.  
Public PropertyOrientation Gets or sets the orientation (rendering direction) of the calendar component. Default value is RenderInRows.  
Public PropertyOtherMonthDayStyle Gets the style properties for the days on the Calendar control that are not in the displayed month.  
Public PropertyOutOfRangeDayStyle Gets the style properties for the days on the Calendar control that are out of the valid range for selection.  
Public PropertyPage (Inherited from System.Web.UI.Control)
Public PropertyParent (Inherited from System.Web.UI.Control)
Public PropertyPresentationType Gets or sets the default type used by RadCalendar to handle its layout, and how will react to user interaction.  
Public PropertyRadControlsDir (Inherited from Telerik.RadCalendarUtils.RadControl)
Public PropertyRangeMaxDate Gets or sets the maximum date valid for selection by Telerik RadCalendar. Must be interpreted as the Higher bound of the valid dates range available for selection. Telerik RadCalendar will not allow navigation or selection past this date.  
Public PropertyRangeMinDate Gets or sets the minimal date valid for selection by Telerik RadCalendar. Must be interpreted as the Lower bound of the valid dates range available for selection. Telerik RadCalendar will not allow navigation or selection prior to this date.  
Public PropertyRowHeaderImage Gets or sets the image displayed for the row header element.  
Public PropertyRowHeaderText Gets or sets the text displayed for the row header element.  
Public PropertySelectedDate Sets or returns the currently selected date. The default value is the value of System.DateTime.MinValue.  
Public PropertySelectedDates Gets a collection of RadDate objects (that encapsulate values of type System.DateTime) that represent the selected dates on the RadCalendar control.  
Public PropertySelectedDayStyle Gets the style properties for the selected dates.  
Public PropertyShowColumnHeadersGets or sets whether the column headers will appear on the calendar.  
Public PropertyShowOtherMonthsDays Gets or sets whether the month matrix, when rendered will show days from other (previous or next) months or will render only blank cells.  
Public PropertyShowRowHeadersGets or sets whether the row headers will appear on the calendar.  
Public PropertySingleViewColumns Gets or sets the the count of columns to be displayed by a single CalendarView.  
Public PropertySingleViewHeight Gets or sets the Height applied to a single CalendarView.  
Public PropertySingleViewRows Gets or sets the the count of rows to be displayed by a single CalendarView.  
Public PropertySingleViewWidth Gets or sets the Width applied to a single CalendarView.  
Public PropertySite (Inherited from System.Web.UI.Control)
Public PropertySkinOverridden.  Gets or sets the name of the skin used. All skins reside in the location set by the SkinsPath Property.  
Public PropertySkinID (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertySkinsPathOverridden.  Gets or sets the relative path to the Skin folder.  
Public PropertySpecialDays A collection of special days in the calendar to which may be applied specific formatting.  
Public PropertyStyle (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyTabIndex (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyTemplateControl (Inherited from System.Web.UI.Control)
Public PropertyTemplateSourceDirectory (Inherited from System.Web.UI.Control)
Public PropertyTitleAlignGets or sets the horizontal alignment of the calendar title.

The HorizontalAlign enumeration is defined in System.Web.UI.WebControls  

Public PropertyTitleFormatGets or sets the format string that is applied to the calendar title.  
Public PropertyTitleStyle Gets the style properties of the title heading for the Calendar control.  
Public PropertyToolTipOverridden.   
Public PropertyUniqueID (Inherited from System.Web.UI.Control)
Public PropertyUseColumnHeadersAsSelectors When the ShowColumnHeaders and/or ShowRowHeaders properties are set to true, the UseColumnHeadersAsSelectors property specifies whether to use the days of the week, which overrides the used text/image header if any.  
Public PropertyUseEmbeddedScripts Gets or sets a value indicating whether to use the embedded JavaScript files or not. (Inherited from Telerik.RadCalendarUtils.RadControl)
Public PropertyUseRowHeadersAsSelectors When the ShowColumnHeaders and/or ShowRowHeaders properties are set to true, the UseRowHeadersAsSelectors property specifies whether to use the number of the week, which overrides the used text/image selector if any.  
Public PropertyViewSelectorImageGets or sets the image displayed for the complete CalendarView selection element in the view selector cell.  
Public PropertyViewSelectorTextGets or sets the text displayed for the complete CalendarView selection element in the view selector cell.  
Public PropertyVisibleOverridden.   
Public PropertyWeekendDayStyle Gets the style properties for the weekend dates on the Calendar control.  
Public PropertyWidth (Inherited from System.Web.UI.WebControls.WebControl)
Top

See Also