|
| Enumeration | Description |
|---|
 | AutoPostBackControl |
Summary description for AutoPostBackControl.
|
 | HeaderType | Specifies the type of a selector sell. |
 | MonthLayout |
Summary description for MonthLayout.
Layout_7columns_x_6rows - horizontal layout
Layout_14columns_x_3rows - horizontal layout
Layout_21columns_x_2rows - horizontal layout
Layout_7rows_x_6columns - vertical layout, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns.
Layout_14rows_x_3columns - vertical layout, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns.
Layout_21rows_x_2columns - vertical layout, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns.
|
 | MonthYearViewCellType | |
 | MonthYearViewRowType | |
 | Orientation |
Summary description for Orientation.
RenderInRows - Renders the calendar data row after row.
RenderInColumns - Renders the calendar data column after column.
None - Enforces fallback to the default Orientation for Telerik RadCalendar.
|
 | PresentationType |
Describes how RadCalendar will handle its layout, and how will
react to user interaction. Interactive - user is allowed to select dates, navigate,
etc. Preview - does not allow user interaction, for presentation purposes only.
|
 | RangeSelectionMode |
Describes the RadCalendar range selection modes. None - does not allow range selection. OnKeyHold - allow
range selection by pressing [Shift] key and clicking on the date. ConsecutiveClicks - allow
range selection by clicking consecutively two dates.
|
 | RecurringEvents |
Summary description for RecurringEvents.
DayInMonth - Only the day part of the date is taken into account. That gives the ability to serve events repeated every month on the same day.
DayAndMonth - The month and the day part of the date is taken into account. That gives the ability to serve events repeated in a specific month on the same day.
Today - gives the ability to control the visual appearace of today's date.
None - Default value, means that the day in question is a single point event, no recurrences.
|
 | SelectorType | Specifies the type of a selector sell. |