RadCalendar for ASP.NET

Appearance Styles Send comments on this topic.
See Also
Customizing Appearance > Appearance Styles

Glossary Item Box

Telerik RadCalendar comes with a set of predefined styles specified by the styles in the current skin CSS classes. This topic describes how to apply your own style settings for a specific Telerik RadCalendar element.

Setting these properties will copy any non-blank elements of the specified style to the specific Telerik RadCalendar element, overwriting any existing style elements defined by the used skin.

Style name

Description

Default CssClass value

CalendarTableStyle Property

The style for the Calendar table container.

TableLayout_[skin name]

DayOverStyle Property

The style that is applied when hovering the Calendar days.

radCalHover_[skin name]

DayStyle Property

The style for the regular days in the displayed month (i.e. without selected days, special days, weekends, etc.).

radCalDefault_[skin name]

DisabledDayStyle Property

The style applied to the disabled dates.

radCalDisable_[skin name]

OtherMonthDayStyle Property

The style applied to the days on the Calendar control that are not in the current month.

otherMonth_[skin name]

OutOfRangeDayStyle Property

The style for the days on the Calendar control that are out of the predefined range.

outOfRange_[skin name]

SelectedDayStyle Property

The style applied to the selected dates.

radCalSelect_[skin name]

HeaderStyle Property

The style for the row and column selectors.

DaysOfWeek_[skin name]

TitleStyle Property

The style of the Calendar title.

titlebar_[skin name]

WeekendDayStyle Property

The style applied to the weekend dates.

radCalWeekendDefault_[skin name]

FastNavigationStyle Property

The style applied to the Month/Year fast navigation.

MonthYearFastNav_[skin name]



 

 

 

 

 

 

 

 

 

 

 

See Also