Skip to main content

BootstrapCalendarBuilder Methods

Represents the calendar control.
Name Description
Caption(String) Inherited from BootstrapCalendarBuilderBase<T>.
CaptionSettings(Action<BootstrapEditorCaptionSettingsBuilder>) Inherited from BootstrapCalendarBuilderBase<T>.
ChangeVisibleDateAnimationType(AnimationType) Inherited from BootstrapCalendarBuilderBase<T>.
ClearButtonText(String) Inherited from BootstrapCalendarBuilderBase<T>.
ClientEnabled(Boolean) Inherited from BootstrapCalendarBuilderBase<T>.
ClientReadOnly(Boolean) Inherited from BootstrapCalendarBuilderBase<T>.
ClientSideEvents(Action<CalendarClientSideEventsBuilder>) Inherited from BootstrapCalendarBuilderBase<T>.
ClientVisible(Boolean) Inherited from BootstrapCalendarBuilderBase<T>.
Columns(Int32) Inherited from BootstrapCalendarBuilderBase<T>.
CssClasses(Action<BootstrapCalendarCssClassesBuilder>) Inherited from BootstrapCalendarBuilderBase<T>.
DayNameFormat(DayNameFormat) Inherited from BootstrapCalendarBuilderBase<T>.
EnableCallbackCompression(Boolean) Inherited from BootstrapCalendarBuilderBase<T>.
EnableChangeVisibleDateGestures(Nullable<Boolean>) Inherited from BootstrapCalendarBuilderBase<T>.
EnableClientSideAPI(Boolean) Inherited from BootstrapCalendarBuilderBase<T>.
Enabled(Boolean) Inherited from BootstrapControlBuilder<T>.
EnableMonthNavigation(Boolean) Inherited from BootstrapCalendarBuilderBase<T>.
EnableMultiSelect(Boolean) Inherited from BootstrapCalendarBuilderBase<T>.
EnableYearNavigation(Boolean) Inherited from BootstrapCalendarBuilderBase<T>.
EncodeHtml(Boolean) Inherited from BootstrapControlBuilder<T>.
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>) Inherited from BootstrapCalendarBuilderBase<T>.
FirstDayOfWeek(FirstDayOfWeek) Inherited from BootstrapCalendarBuilderBase<T>.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Height(Int32) Inherited from BootstrapControlBuilder<T>.
Height(String) Inherited from BootstrapControlBuilder<T>.
HighlightToday(Boolean) Inherited from BootstrapCalendarBuilderBase<T>.
HighlightWeekends(Boolean) Inherited from BootstrapCalendarBuilderBase<T>.
MaxDate(DateTime) Inherited from BootstrapCalendarBuilderBase<T>.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
MinDate(DateTime) Inherited from BootstrapCalendarBuilderBase<T>.
Name(String) Inherited from BootstrapControlBuilder<T>.
ReadOnly(Boolean) Inherited from BootstrapCalendarBuilderBase<T>.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
Rows(Int32) Inherited from BootstrapCalendarBuilderBase<T>.
SettingsAdaptivity(Action<CalendarAdaptivitySettingsBuilder>) Inherited from BootstrapCalendarBuilderBase<T>.
SettingsLoadingPanel(Action<SettingsLoadingPanelBuilder>) Inherited from BootstrapCalendarBuilderBase<T>.
ShowClearButton(Boolean) Inherited from BootstrapCalendarBuilderBase<T>.
ShowDayHeaders(Boolean) Inherited from BootstrapCalendarBuilderBase<T>.
ShowHeader(Boolean) Inherited from BootstrapCalendarBuilderBase<T>.
ShowTodayButton(Boolean) Inherited from BootstrapCalendarBuilderBase<T>.
ShowWeekNumbers(Boolean) Inherited from BootstrapCalendarBuilderBase<T>.
TabIndex(Int16) Inherited from BootstrapCalendarBuilderBase<T>.
TodayButtonText(String) Inherited from BootstrapCalendarBuilderBase<T>.
ToolTip(String) Inherited from BootstrapCalendarBuilderBase<T>.
ToString() Returns a string that represents the current object. Inherited from Object.
ValidationSettings(Action<BootstrapEditorValidationSettingsBuilder>) Inherited from BootstrapCalendarBuilderBase<T>.
Value(Object) Sets the editor’s value.
Visible(Boolean) Inherited from BootstrapControlBuilder<T>.
VisibleDate(DateTime) Inherited from BootstrapCalendarBuilderBase<T>.
Width(Int32) Inherited from BootstrapControlBuilder<T>.
Width(String) Inherited from BootstrapControlBuilder<T>.
WriteTo(TextWriter, HtmlEncoder) Inherited from BootstrapControlBuilder<T>.
See Also