Kettic.AspNet.Controls.Calendar Namespace |
Class | Description | |
---|---|---|
![]() |
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.
|
![]() |
DefaultViewChangedEventArgs |
Arguments class used when the DefaultViewChanged event is fired.
|
![]() |
HeaderCellRenderEventArgs |
Arguments class used with the DayRender event.
|
![]() |
SelectedDateChangedEventArgs |
Provides data for the SelectedDateChanged event of the DatePicker control.
|
![]() |
SelectedDatesEventArgs |
Arguments class used when the SelectionChanged event is fired.
|
![]() |
TimePickerEventArgs |
Delegate | Description | |
---|---|---|
![]() |
DayRenderEventHandler | |
![]() |
DefaultViewChangedEventHandler | |
![]() |
HeaderCellRenderEventHandler | |
![]() |
SelectedDateChangedEventHandler | |
![]() |
SelectedDatesEventHandler |
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.
|
![]() |
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 Kettic KaxCalendar.
|
![]() |
PresentationType |
Describes how KaxCalendar 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 PerCalendar 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.
|