BootstrapDateEditCalendarProperties Properties
Contains settings specific to a date editor’s dropdown calendar.| Name | Description |
|---|---|
| ChangeVisibleDateAnimationType | Gets or sets a value specifying the animation type used to change the visible date. Inherited from CalendarProperties. |
| ClearButtonText | Gets or sets the text displayed within the calendar’s Clear button. Inherited from CalendarProperties. |
| Columns | Gets or sets the number of columns (months) displayed in a multi-view calendar. Inherited from CalendarProperties. |
| ControlStyle | Obsolete. This property is not in effect for the DateEditCalendarProperties class. Inherited from DateEditCalendarProperties. |
| CssClasses | Provides access to CSS classes applied to visual elements of the Date Edit control’s drop-down calendar. |
| DayNameFormat | Gets or sets the name format for days of the week. Inherited from CalendarProperties. |
| EnableChangeVisibleDateGestures | Gets or sets a value specifying whether an end-user can change the visible date with a swipe gesture. Inherited from CalendarProperties. |
| EnableDefaultAppearance | Obsolete. Specifies whether to enable the control’s default appearance. Inherited from EditPropertiesBase. |
| EnableLargePeriodNavigation | Get or sets the visibility of the << and >> buttons, thus controlling the availability of year navigation within the calendar. Inherited from CalendarProperties. |
| EnablePeriodNavigation | Gets or sets the visibility of the Prev and Next buttons, thus controlling the availability of navigation within the calendar. Inherited from CalendarProperties. |
| EncodeHtml | Gets or sets whether to encode cell values in a column/row.. Inherited from EditPropertiesBase. |
| FastNavProperties | Gets the settings of the calendar’s dropdown fast navigation panel. |
| FirstDayOfWeek | Gets or sets the day to display as the first day of the week within the calendar. Inherited from CalendarProperties. |
| HighlightToday | Gets or sets a value that specifies whether a day that corresponds to today’s date is highlighted within the calendar. |
| HighlightWeekends | Gets or sets a value that specifies whether weekend days are highlighted within the calendar. |
| ParentImages | This property is not in effect for the EditPropertiesBase class. Inherited from EditPropertiesBase. |
| ParentSkinOwner | For internal use only. Inherited from EditPropertiesBase. |
| ParentStyles | This property is not in effect for the EditPropertiesBase class. Inherited from EditPropertiesBase. |
| Rows | Gets or sets the number of rows (months) displayed in a multi-view calendar. Inherited from CalendarProperties. |
| SettingsAdaptivity | |
| ShowClearButton | Gets or sets a value that specifies whether the Clear button is displayed within the calendar’s footer. |
| ShowDayHeaders | Gets or sets a value that specifies whether the heading for the days of the week is displayed. |
| ShowHeader | Gets or sets a value that specifies whether the calendar’s title heading is displayed. |
| ShowTodayButton | Gets or sets a value that specifies whether the Today button is displayed within the calendar’s footer. |
| ShowWeekNumbers | Gets or sets a value that specifies whether the week number section is displayed within the calendar. |
| TodayButtonText | Gets or sets the text displayed within the calendar’s Today button. Inherited from CalendarProperties. |
See Also