Click or drag to resize
Kettic.AspNet.Controls.Calendar Namespace
 
Classes
  Class Description
Public class CalendarClientEvents
Defines the JavaScript functions (client-side event handlers) that are invoked when specific client-side event is raised.
Public class DatePickerClientEvents
Summary description for DatePickerClientEvents.
Public class DayRenderEventArgs
Arguments class used with the DayRender event.
Public class DefaultViewChangedEventArgs
Arguments class used when the DefaultViewChanged event is fired.
Public class HeaderCellRenderEventArgs
Arguments class used with the DayRender event.
Public class SelectedDateChangedEventArgs
Provides data for the SelectedDateChanged event of the DatePicker control.
Public class SelectedDatesEventArgs
Arguments class used when the SelectionChanged event is fired.
Public class TimePickerEventArgs
Delegates
Enumerations
  Enumeration Description
Public enumeration AutoPostBackControl
Summary description for AutoPostBackControl.
Public enumeration HeaderType
Specifies the type of a selector sell.
Public enumeration 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.
Public enumeration 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.
Public enumeration 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.
Public enumeration 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.
Public enumeration 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.
Public enumeration SelectorType
Specifies the type of a selector sell.