Skip to main content
A newer version of this page is available. .

BootstrapCalendarCssClasses Properties

Stores CSS classes applied to visual elements of the Calendar control.
Name Description
Button Gets or sets the name of a CSS class applied to the Calendar control’s button element.
Caption Gets or sets the name of a CSS class applied to the editor caption element. Inherited from BootstrapEditorCssClassesBase.
Control Gets or sets the name of a CSS class applied to the Calendar control’s root element.
Day Gets or sets the name of a CSS class applied to the Calendar control’s day element.
DayDisabled Gets or sets the name of a CSS class applied to the Calendar control’s disabled day element.
DayHeader Gets or sets the name of a CSS class applied to the Calendar control’s day of the week header element.
DayOtherMonth Gets or sets the name of a CSS class applied to a calendar day that does not belong to the current month.
DayOutOfRange Gets or sets the name of a CSS class applied to a calendar day that does not belong the active date range.
DaySelected Gets or sets the name of a CSS class applied to the Calendar control’s selected day element.
DayWeekEnd Gets or sets the name of a CSS class applied to the Calendar control’s weekend day element.
FastNavHeader Gets or sets the name of a CSS class applied to the area that allows a user to return back to the previous mode within the fast navigation area.
FastNavigation Gets or sets the name of a CSS class applied to the Calendar control’s fast navigation panel element.
FastNavItem Gets or sets the name of a CSS class applied to the fast navigation area’s item.
FastNavItemOtherPeriod Gets or sets the name of a CSS class applied to the fast navigation area’s items that belong to the neighboring period.
Footer Gets or sets the name of a CSS class applied to the Calendar control’s footer element.
Header Gets or sets the name of a CSS class applied to the Calendar control’s header element.
IconFastNavBack The CSS class of an icon displayed by the Calendar control’s Back fast navigation panel element.
IconFastNavNextPeriod The CSS class of an icon displayed by the Calendar control’s Next Period fast navigation panel button.
IconFastNavNextYear The CSS class of an icon displayed by the Calendar control’s Next Year fast navigation panel button.
IconFastNavPrevPeriod The CSS class of an icon displayed by the Calendar control’s Previous Period fast navigation panel button.
IconFastNavPrevYear The CSS class of an icon displayed by the Calendar control’s Previous Year fast navigation popup panel button.
IconNextLargePeriod
IconNextMonth The CSS class of an icon displayed by the Calendar control’s Next Month button.
IconNextPeriod
IconNextYear The CSS class of an icon displayed by the Calendar control’s Next Year button.
IconPrevLargePeriod
IconPrevMonth The CSS class of an icon displayed by the Calendar control’s Previous Month button.
IconPrevPeriod
IconPrevYear The CSS class of an icon displayed by the Calendar control’s Previous Year button.
MonthGrid Gets or sets the name of a CSS class applied to the Calendar control’s grid element.
Today Gets or sets the name of a CSS class applied to the Calendar control’s current day element.
WeekNumber Gets or sets the name of a CSS class applied to the Calendar control’s week number element.
See Also