RadCalendar for ASP.NET

RadCalendar Send comments on this topic.
Telerik.WebControls Namespace (RadCalendar)
See Also  Inheritance Hierarchy

Classes

ClassDescription
CalendarObjectWithState ObjectWithState
CalendarPopupButton The control that toggles the calendar popup. You can customize the appearance by setting the object's properties.
CalendarStateBag  
DayTemplate Descendent of Control, DayTemplate implements an ITemplate wrapper, required for building collections of templates like CalendarDayTemplateCollection.
DefaultTimeHeaderTemplate  
DefaultTimeTemplate  
MonthYearFastNavigationSettings The MonthYearFastNavigationSettings class can be used to configure RadCalendar's client-side fast navigation.
RadCalendar The RadCalendar main class.
RadCalendarDay RadCalendarDay represents a object that maps date value to corresponding visual settings. Also the object implements Boolean properties that represent the nature of the selected date - whether it is a weekend, disabled or selected in the context of the calendar. Mostly the values of those properties are set at runtime when a RadCalendarDay instance is constructed and passed to the DayRender event.
RadDate Wrapper class for System.DateTime, which allows implementing persistable DateTime collections like DateTimeCollection.
RadDatePicker Summary description for RadDatePicker.
RadDateTimePicker Summary description for RadDateTimePicker.
RadTimePicker Summary description for RadDatePicker.
RadTimeView  
SelectedDateChangedEventArgs Provides data for the SelectedDateChanged event of the DatePicker control.
TimeDataList  
TimePopupButton The control that toggles the TimeView popup. You can customize the appearance by setting the object's properties.

Delegates

DelegateDescription
RadDateTimePicker.TimeItemEventHandler  
SelectedDateChangedEventHandler The public delegate for the SelectedDateChanged event.

See Also