BootstrapDateEditCalendarPropertiesBuilder Methods
Contains settings specific to a date editor’s dropdown calendar.Name | Description |
---|---|
ChangeVisibleDateAnimationType(AnimationType) | Sets a value specifying the animation type used to change the visible date. |
ClearButtonText(String) | Sets the text displayed within the calendar’s Clear button. |
Columns(Int32) | Sets the number of columns (months) displayed in a multi-view calendar. |
CssClasses(Action<BootstrapDateEditCalendarCssClassesBuilder>) | Provides access to CSS classes applied to visual elements of the Date Edit control’s drop-down calendar. |
DayNameFormat(DayNameFormat) | Sets the name format for days of the week. |
EnableChangeVisibleDateGestures(Nullable<Boolean>) | Sets a value specifying whether an end-user can change the visible date with a swipe gesture. |
EnableMonthNavigation(Boolean) | Sets the visibility of the PrevMonth and NextMonth buttons, thus controlling the availability of month navigation within the calendar. |
EnableYearNavigation(Boolean) | Sets the visibility of the PrevYear and NextYear buttons, thus controlling the availability of year navigation within the calendar. |
EncodeHtml(Boolean) | Sets a value that specifies whether the editor’s value and element content is rendered as pure HTML, or HTML markers are stripped out. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals(Object, Object) | Determines whether the specified object instances are considered equal. Inherited from Object. |
FastNavProperties(Action<BootstrapCalendarFastNavPropertiesBuilder>) | The settings of the calendar’s dropdown fast navigation panel. |
FirstDayOfWeek(FirstDayOfWeek) | Sets the day to display as the first day of the week within the calendar. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
HighlightToday(Boolean) | Sets a value that specifies whether a day that corresponds to today’s date is highlighted within the calendar. |
HighlightWeekends(Boolean) | Sets a value that specifies whether weekend days are highlighted within the calendar. |
MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
Rows(Int32) | Sets the number of rows (months) displayed in a multi-view calendar. |
SettingsAdaptivity(Action<BootstrapDateEditCalendarAdaptivitySettingsBuilder>) | |
ShowClearButton(Boolean) | Sets a value that specifies whether the Clear button is displayed within the calendar’s footer. |
ShowDayHeaders(Boolean) | Sets a value that specifies whether the heading for the days of the week is displayed. |
ShowHeader(Boolean) | Sets a value that specifies whether the calendar’s title heading is displayed. |
ShowTodayButton(Boolean) | Sets a value that specifies whether the Today button is displayed within the calendar’s footer. |
ShowWeekNumbers(Boolean) | Sets a value that specifies whether the week number section is displayed within the calendar. |
TodayButtonText(String) | Sets the text displayed within the calendar’s Today button. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also