Properties
- Animated - Sets whether or not changing modes is animated. The default value is true
- ClearTime - Sets whether or not time should be cleared in edited date/time. The default value is false
- CssClass - The name of the Cascading Style Sheet class used to style the calendar.
- DaysModeTitleFormat - A format string used to display the Days Mode Title. The default value is MMMM, yyyy.
- DefaultView - The default view of the calender. The default value is Days.
- EnabledOnClient - Sets whether or not this behavior is available for the current element. The default value is true
- EndDate - The end date for a range.
- FirstDayOfWeek - The first day of the week. The default value is Default
- Format - A format string used to display the selected date. The default value is d
- OnClientDateSelectionChanged - A script that is executed when a new date is selected.
- OnClientHidden - A client script that is executed immediately after the calendar is hidden.
- OnClientHiding - A client script that is executed immediately before the calendar is hidden.
- OnClientShowing - A client script that is executed immediately before the calendar is displayed.
- OnClientShown - A client script that is executed immediately after the calendar is displayed.
- PopupButtonID - The ID of a control to show the calendar popup when clicked. If this value is not set, the calendar will pop up when the textbox receives focus.
- PopupPosition - The popup position of the calendar. The default value is BottomLeft.
- SelectedDate - The date that the calendar is initialized with.
- StartDate - The start date for a range.
- TodaysDateFormat - A format string used to display today's date. The default value is MMMM d, yyyy.