New to Telerik UI for WinFormsStart a free 30-day trial

Properties 

Updated over 6 months ago
PropertyDescription
AllowMultipleSelectEnables multiple selection of items.
ShowNavigationGets or sets whether the navigation controls in the title section will be displayed.
FocusedDateGets or sets the value that is used by RadCalendar to determine the viewable area displayed.
HeaderNavigationModeGets or sets the navigation mode that will be used when the user clicks on header element. By default its value is HeaderNavigationMode. Popup
MonthLayoutSpecifies the number or rows and columns for the layout.
MonthStepGets or sets a value determining how many months will be in the popup of the calendar. Setting it to 12/24/36/etc will allow you to show years instead of months.
MultiViewColumnsGets or sets the the count of columns to be displayed by a multi-month CalendarView .
MultiViewRowsGets or sets the the count of rows to be displayed by a multi-month CalendarView .
OrientationSpecifies the orientation of the view, whether (days, or weeks) are displayed in rows or columns.
RangeMaxDateGets or sets the maximum date valid for selection by Telerik RadCalendar.
RangeMinDateGets or sets the minimal date valid for selection by Telerik RadCalendar.
SelectedDateSets or returns the currently selected date.
SelectedDatesGets a collection of DateTime objects that represent the selected dates on the RadCalendar control.`
ShowColumnHeadersShow the column headers.
ShowRowHeadersShow the row headers.
ShowOtherMonthsDaysGets or sets whether the month matrix, when rendered will show days from other (previous or next) months or will render only blank cells.
ZoomLevelGets or sets the level used for the zoom navigation mode. By default its value is ZoomLevel. Days .
FirstDayOfWeekSpecifies the day to display as the first day of the week. This property can be left as "Default" or use the drop down in the Properties window to select a new day name.
CurrentDateColumnspecifies the column (in multiple view mode) where the single view containing the FocusedDate will be positioned.
CurrentDateRowspecifies the row(in multiple view mode) where the single view containing the FocusedDate will be positioned.
RowHeaderTextProvides custom text for all row header elements.
RowHeaderImageThe image displayed for all row header elements.
ColumnHeaderTextProvides custom text for all column header elements.
ColumnHeaderImageThe image displayed for all column header elements.
ViewSelectorTextThe text displayed in the view selector element.
ViewSelectorImageThe image displayed in the view selector element.
CellVerticalSpacingGets or sets the vertical spacing between the calendar cells.
CellHorizontalSpacingGets or sets the horizontal spacing between the calendar cells.

Events

EventDescription
ElementRenderMore information is available in the following article Element Render.
SelectionChangingThis event is fired just prior to a selection change and allows you to programmatically cancel the change. The SelectionEventArgs passed to this event include Date, a DateTimeCollection of selected dates and Cancel that can be set to true to disallow the selection from being changed.
SelectionChangedThis event is fired when a day, week, month or year is changed.
ViewChangingThis event fires just prior to ViewChanged and allows you to cancel.  The ViewChangingEventArgs passed to this event include the View and a boolean Cancel property.
ViewChangedThis event is fired when the currently visible view (for example a YearView Or MonthsView) is changed.
ZoomChangingThis event is fired when the ZoomLevel is changing in HeaderNavigationMode. Zoom .
ZoomChangedThis event is fired when the ZoomLevel is changed in HeaderNavigationMode. Zoom .

See Also

In this article
See Also
Not finding the help you need?
Contact Support