| C# | Visual Basic | Visual Basic Usage |
namespace Telerik.Web.UI.Calendar
Namespace Telerik.Web.UI.Calendar
Imports Telerik.Web.UI.Calendar
| All Types | Classes | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| AutoPostBackControl |
Summary description for AutoPostBackControl.
| |
| CalendarClientEvents |
Defines the JavaScript functions (client-side event handlers) that are invoked
when specific client-side event is raised.
| |
| DatePickerClientEvents |
Summary description for DatePickerClientEvents.
| |
| DayRenderEventArgs |
Arguments class used with the DayRender event.
| |
| DayRenderEventHandler | ||
| DefaultViewChangedEventArgs |
Arguments class used when the DefaultViewChanged event is fired.
| |
| DefaultViewChangedEventHandler | ||
| HeaderCellRenderEventArgs |
Arguments class used with the DayRender event.
| |
| HeaderCellRenderEventHandler | ||
| 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.
| |
| 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.
| |
| 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.
| |
| SelectedDateChangedEventArgs |
Provides data for the SelectedDateChanged event of the DatePicker control.
| |
| SelectedDateChangedEventHandler | ||
| SelectedDatesEventArgs |
Arguments class used when the SelectionChanged event is fired.
| |
| SelectedDatesEventHandler | ||
| SelectorType | Specifies the type of a selector sell. | |
| TimePickerEventArgs |