ClassCalendarConstants
The calendar string constants.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public static class CalendarConstants
Inheritance: objectCalendarConstants
Fields
CalendarKey
The Calendar key.
ColumnHeaderCellId
The ID of the ColumnHeader cell.
CssDatePopupButton
The CSS class of the calendar popup button.
Declaration
public const string CssDatePopupButton = "rcCalPopup"
Field Value
CssDisabled
The disabled CSS class.
CssFastNavigationPopup
The CSS class of the fast navigation popup div element.
Declaration
public const string CssFastNavigationPopup = "RadCalendarFastNavPopup"
Field Value
CssFastNextButton
The CSS class of the fast next button.
Declaration
public const string CssFastNextButton = "rcFastNext"
Field Value
CssFastPreviousButton
The CSS class of the fast previous button.
Declaration
public const string CssFastPreviousButton = "rcFastPrev"
Field Value
CssMainTable
The CSS class of the main table;
CssNavigationTable
The CSS class of the navigation table;
Declaration
public const string CssNavigationTable = "RadCalendarMonthView"
Field Value
CssNextButton
The CSS class of the next button.
CssOutOfRange
The out of range CSS class.
CssPreviousButton
The CSS class of the previous button.
CssRadCalendar
The CSS class of the RadCalendar table.
Declaration
public const string CssRadCalendar = "RadCalendar_"
Field Value
CssTimePopupButton
The CSS class of the TimeView popup button.
Declaration
public const string CssTimePopupButton = "rcTimePopup"
Field Value
CssTitleBar
The CSS class of the title bar.
CssTitleCell
The CSS class of the title cell.
CssViewSelector
The CSS class of the calendar's ViewSelector.
DatePickerKey
The RadDatePicker key.
Declaration
public const string DatePickerKey = "RadDatePicker"
Field Value
DateTimePickerKey
The RadDateTimePicker key.
Declaration
public const string DateTimePickerKey = "RadDateTimePicker"
Field Value
FastNavigationCancelButtonId
The Id of the fast navigation 'Cancel' button.
Declaration
public const string FastNavigationCancelButtonId = "rcMView_Cancel"
Field Value
FastNavigationKey
The Fast Navigation key.
Declaration
public const string FastNavigationKey = "CalendarFastNavigation"
Field Value
FastNavigationNextButtonId
The Id of the fast navigation 'Next' button.
Declaration
public const string FastNavigationNextButtonId = "rcMView_NextY"
Field Value
FastNavigationOkButtonId
The Id of the fast navigation 'Ok' button.
Declaration
public const string FastNavigationOkButtonId = "rcMView_OK"
Field Value
FastNavigationPreviousButtonId
The Id of the fast navigation 'Previous' button.
Declaration
public const string FastNavigationPreviousButtonId = "rcMView_PrevY"
Field Value
FastNavigationTodayButtonId
The Id of the fast navigation 'Today' button.
Declaration
public const string FastNavigationTodayButtonId = "rcMView_Today"
Field Value
FastNextButtonId
The ID of the fast next button.
FastPreviousButtonId
The ID of the fast previous button.
MonthYearPickerKey
The RadMonthYearPicker key.
Declaration
public const string MonthYearPickerKey = "RadMonthYearPicker"
Field Value
NextButtonId
The ID of the next button.
PickerKey
The Picker key.
PreviousButtonId
The ID of the previous button.
RowHeaderCellId
The ID of the RowHeader cell.
TimePickerKey
The RadTimePicker key.
Declaration
public const string TimePickerKey = "RadTimePicker"
Field Value
TimeViewKey
The TimeView key.