New to Telerik UI for WinForms? Start a free 30-day trial
Properties
Updated over 6 months ago
| Property | Description |
|---|---|
| AllowMultipleSelect | Enables multiple selection of items. |
| ShowNavigation | Gets or sets whether the navigation controls in the title section will be displayed. |
| FocusedDate | Gets or sets the value that is used by RadCalendar to determine the viewable area displayed. |
| HeaderNavigationMode | Gets or sets the navigation mode that will be used when the user clicks on header element. By default its value is HeaderNavigationMode. Popup |
| MonthLayout | Specifies the number or rows and columns for the layout. |
| MonthStep | Gets 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. |
| MultiViewColumns | Gets or sets the the count of columns to be displayed by a multi-month CalendarView . |
| MultiViewRows | Gets or sets the the count of rows to be displayed by a multi-month CalendarView . |
| Orientation | Specifies the orientation of the view, whether (days, or weeks) are displayed in rows or columns. |
| RangeMaxDate | Gets or sets the maximum date valid for selection by Telerik RadCalendar. |
| RangeMinDate | Gets or sets the minimal date valid for selection by Telerik RadCalendar. |
| SelectedDate | Sets or returns the currently selected date. |
| SelectedDates | Gets a collection of DateTime objects that represent the selected dates on the RadCalendar control.` |
| ShowColumnHeaders | Show the column headers. |
| ShowRowHeaders | Show the row headers. |
| ShowOtherMonthsDays | Gets or sets whether the month matrix, when rendered will show days from other (previous or next) months or will render only blank cells. |
| ZoomLevel | Gets or sets the level used for the zoom navigation mode. By default its value is ZoomLevel. Days . |
| FirstDayOfWeek | Specifies 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. |
| CurrentDateColumn | specifies the column (in multiple view mode) where the single view containing the FocusedDate will be positioned. |
| CurrentDateRow | specifies the row(in multiple view mode) where the single view containing the FocusedDate will be positioned. |
| RowHeaderText | Provides custom text for all row header elements. |
| RowHeaderImage | The image displayed for all row header elements. |
| ColumnHeaderText | Provides custom text for all column header elements. |
| ColumnHeaderImage | The image displayed for all column header elements. |
| ViewSelectorText | The text displayed in the view selector element. |
| ViewSelectorImage | The image displayed in the view selector element. |
| CellVerticalSpacing | Gets or sets the vertical spacing between the calendar cells. |
| CellHorizontalSpacing | Gets or sets the horizontal spacing between the calendar cells. |
Events
| Event | Description |
|---|---|
| ElementRender | More information is available in the following article Element Render. |
| SelectionChanging | This 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. |
| SelectionChanged | This event is fired when a day, week, month or year is changed. |
| ViewChanging | This 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. |
| ViewChanged | This event is fired when the currently visible view (for example a YearView Or MonthsView) is changed. |
| ZoomChanging | This event is fired when the ZoomLevel is changing in HeaderNavigationMode. Zoom . |
| ZoomChanged | This event is fired when the ZoomLevel is changed in HeaderNavigationMode. Zoom . |