BootstrapDateEditCalendarProperties Members
Contains settings specific to a date editor’s dropdown calendar.Constructors
| Name | Description |
|---|---|
| BootstrapDateEditCalendarProperties() | Initializes a new instance of the BootstrapDateEditCalendarProperties class with default settings. |
| BootstrapDateEditCalendarProperties(IPropertiesOwner) | Initializes a new instance of the BootstrapDateEditCalendarProperties class with the specified owner. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Assign(PropertiesBase) | Copies the public properties from the specified object to the current one. |
| CreateDisplayControl(CreateDisplayControlArgs, EditorsFactory) | For internal use only. Inherited from EditPropertiesBase. |
| CreateEdit(CreateEditControlArgs, EditorsFactory) | For internal use only. Inherited from EditPropertiesBase. |
| CreateEdit(CreateEditControlArgs, Boolean, EditorsFactory) | For internal use only. Inherited from EditPropertiesBase. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetDisplayControlDefaultAlign() | For internal use only. Inherited from EditPropertiesBase. |
| GetDisplayText(CreateDisplayControlArgs, EditorsFactory) | For internal use only. Inherited from EditPropertiesBase. |
| GetDisplayText(CreateDisplayControlArgs, Boolean, EditorsFactory) | For internal use only. Inherited from EditPropertiesBase. |
| GetEditorType() | For internal use only. Inherited from EditPropertiesBase. |
| GetExportDisplayText(CreateDisplayControlArgs, EditorsFactory) | For internal use only. Inherited from EditPropertiesBase. |
| GetExportNavigateUrl(CreateDisplayControlArgs) | For internal use only. Inherited from EditPropertiesBase. |
| GetExportValue(CreateDisplayControlArgs) | For internal use only. Inherited from EditPropertiesBase. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| RequireDataBinding() | For internal use only. Inherited from EditPropertiesBase. |
| ToString() | Returns the string that represents the current object. Inherited from EditPropertiesBase. |
See Also