BootstrapCalendarProperties Properties
Contains settings specific to a calendar editor.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. |
ClientInstanceName | Specifies the editor’s client programmatic identifier. Inherited from EditPropertiesBase. |
ClientSideEvents | Gets an object that lists the client-side events specific to the ASPxCalendar. Inherited from CalendarProperties. |
Columns | Gets or sets the number of columns (months) displayed in a multi-view calendar. Inherited from CalendarProperties. |
ConvertEmptyStringToNull | Gets or sets a value that specifies whether empty string values are converted to a null reference when an inplace editor’s value is retrieved from a data source field. Inherited from EditProperties. |
DayNameFormat | Gets or sets the name format for days of the week. Inherited from CalendarProperties. |
DisabledDates | Provides access to a calendar’s collection of disabled dates. Inherited from CalendarProperties. |
DisplayFormatString | Gets or sets the pattern used to format the editor’s value for display purposes. 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. |
EnableClientSideAPI | Gets or sets a value that specifies whether the editor can be manipulated on the client side via code. Inherited from EditPropertiesBase. |
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. |
EnableMultiSelect | Gets or sets a value indicating whether multiple date selection is enabled in 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. |
MaxDate | Gets or sets the maximum date allowed to be entered into the editor by an end-user. |
MinDate | Gets or sets the minimum date allowed to be entered into the editor by an end-user. |
NullDisplayText | Gets or sets the text displayed within the editor’s edit region when the editor’s value is null. Inherited from EditPropertiesBase. |
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 | Provides access to the calendar adaptivity settings. Inherited from CalendarProperties. |
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. |
ValidationSettings | Gets the editor’s validation settings. |
See Also