Version

CalendarCssClasses Class Members

The following tables list the members exposed by CalendarCssClasses.

Public Properties
 NameDescription
Public PropertyDayCssClassGets sets the custom css class applied to html element which renders a day of the month.  
Public PropertyDayOfTheWeekCssClassGets sets the custom css class applied to html element which renders a day header.  
Public PropertyDisabledDayCssClassGets sets the custom css class applied to html element which renders a day which is outside of minimum or maximum dates or a disabled custom day.  
Public PropertyDropDownListCssClassGets sets the custom css class applied to html element which renders area of drop-down list of years and months.  
Public PropertyFocusDayCssClassGets sets the custom css class applied to html element which renders a selected day when control has focus.  
Public PropertyFooterCssClassGets sets the custom css class applied to html element which renders a footer.  
Public PropertyHeaderCssClassGets sets the custom css class applied to html element which renders title.  
Public PropertyHoverDayCssClassGets sets the custom css class applied to html element which renders a day of the month while mouse-over.  
Public PropertyHoverFooterCssClassGets sets the custom css class applied to html element which renders a footer while mouse-over.  
Public PropertyHoverListItemCssClassGets sets the custom css class applied to an item in drop-down list of months or years while mouse over.  
Public PropertyHoverMonthYearCssClassGets sets the custom css class applied to month and year labels while mouse over.  
Public PropertyHoverNextPrevButtonCssClassGets sets the custom css class applied to buttons which allow navigation to next and previous months while mouse-over.  
Public PropertyIsEmptyChecks if all properties have default values.  
Public PropertyListItemCssClassGets sets the custom css class applied to an item in drop-down list of months or years.  
Public PropertyMonthYearCssClassGets sets the custom css class applied to month and year labels.  
Public PropertyNextPrevButtonCssClassGets sets the custom css class applied to buttons which allow navigation to next and previous months.  
Public PropertyOtherMonthDayCssClassGets sets the custom css class applied to html element which renders a day which belongs to next or previous month.  
Public PropertyPressedFooterCssClassGets sets the custom css class applied to html element which renders a footer in pressed state.  
Public PropertyPressedMonthYearCssClassGets sets the custom css class applied to pressed month and year labels.  
Public PropertyPressedNextPrevButtonCssClassGets sets the custom css class applied to pressed buttons which allow navigation to next and previous months.  
Public PropertySelectedDayCssClassGets sets the custom css class applied to html element which renders a selected day.  
Public PropertySelectedListItemCssClassGets sets the custom css class applied to selected item in drop-down list of months or years.  
Public PropertyTodayDayCssClassGets sets the custom css class applied to html element which renders the today day.  
Public PropertyWeekendDayCssClassGets sets the custom css class applied to html element which renders a weekend day.  
Public PropertyWeekNumberCssClassGets sets the custom css class applied to html element which renders a week number.  
Public Methods
 NameDescription
Public MethodResetReset all properties.  
Public MethodToStringReturns string formatted for visual designer.  
See Also