BootstrapCalendarCssClassesBuilder Methods
Stores CSS classes applied to visual elements of the Calendar control.| Name | Description |
|---|---|
| Button(String) | Sets the name of a CSS class applied to the Calendar control’s button element. |
| Caption(String) | Sets the name of a CSS class applied to the editor caption element. |
| Control(String) | Sets the name of a CSS class applied to the Calendar control’s root element. |
| Day(String) | Sets the name of a CSS class applied to the Calendar control’s day element. |
| DayDisabled(String) | Sets the name of a CSS class applied to the Calendar control’s disabled day element. |
| DayHeader(String) | Sets the name of a CSS class applied to the Calendar control’s day of the week header element. |
| DayOtherMonth(String) | Sets the name of a CSS class applied to a calendar day that does not belong to the current month. |
| DayOutOfRange(String) | Sets the name of a CSS class applied to a calendar day that does not belong the active date range. |
| DaySelected(String) | Sets the name of a CSS class applied to the Calendar control’s selected day element. |
| DayWeekEnd(String) | Sets the name of a CSS class applied to the Calendar control’s weekend day element. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| Equals(Object, Object) | Determines whether the specified object instances are considered equal. Inherited from Object. |
| FastNavHeader(String) | 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(String) | Sets the name of a CSS class applied to the Calendar control’s fast navigation panel element. |
| FastNavItem(String) | Sets the name of a CSS class applied to the fast navigation area’s item. |
| FastNavItemOtherPeriod(String) | Sets the name of a CSS class applied to the fast navigation area’s items that belong to the neighboring period. |
| Footer(String) | Sets the name of a CSS class applied to the Calendar control’s footer element. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| Header(String) | Sets the name of a CSS class applied to the Calendar control’s header element. |
| IconFastNavBack(String) | The CSS class of an icon displayed by the Calendar control’s Back fast navigation panel element. |
| IconFastNavNextPeriod(String) | The CSS class of an icon displayed by the Calendar control’s Next Period fast navigation panel button. |
| IconFastNavNextYear(String) | The CSS class of an icon displayed by the Calendar control’s Next Year fast navigation panel button. |
| IconFastNavPrevPeriod(String) | The CSS class of an icon displayed by the Calendar control’s Previous Period fast navigation panel button. |
| IconFastNavPrevYear(String) | The CSS class of an icon displayed by the Calendar control’s Previous Year fast navigation panel button. |
| IconNextMonth(String) | The CSS class of an icon displayed by the Calendar control’s Next Month button. |
| IconNextYear(String) | The CSS class of an icon displayed by the Calendar control’s Next Year button. |
| IconPrevMonth(String) | The CSS class of an icon displayed by the Calendar control’s Previous Month button. |
| IconPrevYear(String) | The CSS class of an icon displayed by the Calendar control’s Previous Year button. |
| MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
| MonthGrid(String) | Sets the name of a CSS class applied to the Calendar control’s grid element. |
| ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Today(String) | Sets the name of a CSS class applied to the Calendar control’s current day element. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| WeekNumber(String) | Sets the name of a CSS class applied to the Calendar control’s week number element. |
See Also