Class
CalendarConstants

The calendar string constants.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public static class CalendarConstants

Inheritance: objectCalendarConstants

Fields

CalendarKey

The Calendar key.

Declaration

cs-api-definition
public const string CalendarKey = "RadCalendar"

Field Value

string

ColumnHeaderCellId

The ID of the ColumnHeader cell.

Declaration

cs-api-definition
public const string ColumnHeaderCellId = "_cs_"

Field Value

string

CssDatePopupButton

The CSS class of the calendar popup button.

Declaration

cs-api-definition
public const string CssDatePopupButton = "rcCalPopup"

Field Value

string

CssDisabled

The disabled CSS class.

Declaration

cs-api-definition
public const string CssDisabled = "rcDisabled"

Field Value

string

CssFastNavigationPopup

The CSS class of the fast navigation popup div element.

Declaration

cs-api-definition
public const string CssFastNavigationPopup = "RadCalendarFastNavPopup"

Field Value

string

CssFastNextButton

The CSS class of the fast next button.

Declaration

cs-api-definition
public const string CssFastNextButton = "rcFastNext"

Field Value

string

CssFastPreviousButton

The CSS class of the fast previous button.

Declaration

cs-api-definition
public const string CssFastPreviousButton = "rcFastPrev"

Field Value

string

CssMainTable

The CSS class of the main table;

Declaration

cs-api-definition
public const string CssMainTable = "rcMainTable"

Field Value

string

CssNavigationTable

The CSS class of the navigation table;

Declaration

cs-api-definition
public const string CssNavigationTable = "RadCalendarMonthView"

Field Value

string

CssNextButton

The CSS class of the next button.

Declaration

cs-api-definition
public const string CssNextButton = "rcNext"

Field Value

string

CssOutOfRange

The out of range CSS class.

Declaration

cs-api-definition
public const string CssOutOfRange = "rcOutOfRange"

Field Value

string

CssPreviousButton

The CSS class of the previous button.

Declaration

cs-api-definition
public const string CssPreviousButton = "rcPrev"

Field Value

string

CssRadCalendar

The CSS class of the RadCalendar table.

Declaration

cs-api-definition
public const string CssRadCalendar = "RadCalendar_"

Field Value

string

CssTimePopupButton

The CSS class of the TimeView popup button.

Declaration

cs-api-definition
public const string CssTimePopupButton = "rcTimePopup"

Field Value

string

CssTitleBar

The CSS class of the title bar.

Declaration

cs-api-definition
public const string CssTitleBar = "rcTitlebar"

Field Value

string

CssTitleCell

The CSS class of the title cell.

Declaration

cs-api-definition
public const string CssTitleCell = "rcTitle"

Field Value

string

CssViewSelector

The CSS class of the calendar's ViewSelector.

Declaration

cs-api-definition
public const string CssViewSelector = "rcViewSel"

Field Value

string

DatePickerKey

The RadDatePicker key.

Declaration

cs-api-definition
public const string DatePickerKey = "RadDatePicker"

Field Value

string

DateTimePickerKey

The RadDateTimePicker key.

Declaration

cs-api-definition
public const string DateTimePickerKey = "RadDateTimePicker"

Field Value

string

FastNavigationCancelButtonId

The Id of the fast navigation 'Cancel' button.

Declaration

cs-api-definition
public const string FastNavigationCancelButtonId = "rcMView_Cancel"

Field Value

string

FastNavigationKey

The Fast Navigation key.

Declaration

cs-api-definition
public const string FastNavigationKey = "CalendarFastNavigation"

Field Value

string

FastNavigationNextButtonId

The Id of the fast navigation 'Next' button.

Declaration

cs-api-definition
public const string FastNavigationNextButtonId = "rcMView_NextY"

Field Value

string

FastNavigationOkButtonId

The Id of the fast navigation 'Ok' button.

Declaration

cs-api-definition
public const string FastNavigationOkButtonId = "rcMView_OK"

Field Value

string

FastNavigationPreviousButtonId

The Id of the fast navigation 'Previous' button.

Declaration

cs-api-definition
public const string FastNavigationPreviousButtonId = "rcMView_PrevY"

Field Value

string

FastNavigationTodayButtonId

The Id of the fast navigation 'Today' button.

Declaration

cs-api-definition
public const string FastNavigationTodayButtonId = "rcMView_Today"

Field Value

string

FastNextButtonId

The ID of the fast next button.

Declaration

cs-api-definition
public const string FastNextButtonId = "_FNN"

Field Value

string

FastPreviousButtonId

The ID of the fast previous button.

Declaration

cs-api-definition
public const string FastPreviousButtonId = "_FNP"

Field Value

string

MonthYearPickerKey

The RadMonthYearPicker key.

Declaration

cs-api-definition
public const string MonthYearPickerKey = "RadMonthYearPicker"

Field Value

string

NextButtonId

The ID of the next button.

Declaration

cs-api-definition
public const string NextButtonId = "_NN"

Field Value

string

PickerKey

The Picker key.

Declaration

cs-api-definition
public const string PickerKey = "RadPicker"

Field Value

string

PreviousButtonId

The ID of the previous button.

Declaration

cs-api-definition
public const string PreviousButtonId = "_NP"

Field Value

string

RowHeaderCellId

The ID of the RowHeader cell.

Declaration

cs-api-definition
public const string RowHeaderCellId = "_rs_"

Field Value

string

TimePickerKey

The RadTimePicker key.

Declaration

cs-api-definition
public const string TimePickerKey = "RadTimePicker"

Field Value

string

TimeViewKey

The TimeView key.

Declaration

cs-api-definition
public const string TimeViewKey = "TimeView"

Field Value

string