Skip to main content

BootstrapSchedulerBuilder Methods

Name Description
ActiveViewType(SchedulerViewType) Inherited from BootstrapSchedulerBuilderBase<T>.
BindAppointments(Object) Binds the Scheduler’s appointments to the specified appointment collection. Inherited from BootstrapSchedulerBuilderBase<T>.
BindResources(Object) Binds the Scheduler’s resources to the specified resource collection. Inherited from BootstrapSchedulerBuilderBase<T>.
ClientSideEvents(Action<SchedulerClientSideEventsBuilder>) Inherited from BootstrapSchedulerBuilderBase<T>.
ClientVisible(Boolean) Inherited from BootstrapSchedulerBuilderBase<T>.
CssClasses(Action<BootstrapSchedulerCssClassesBuilder>) Inherited from BootstrapSchedulerBuilderBase<T>.
CssClassesFormEditors(Action<BootstrapSchedulerFormEditorsCssClassesBuilder>) Inherited from BootstrapSchedulerBuilderBase<T>.
CssClassesMenu(Action<BootstrapSchedulerMenuCssClassesBuilder>) Inherited from BootstrapSchedulerBuilderBase<T>.
CssClassesPopupForm(Action<BootstrapSchedulerPopupFormCssClassesBuilder>) Inherited from BootstrapSchedulerBuilderBase<T>.
CssClassesResourceNavigatorPager(Action<BootstrapSchedulerResourceNavigatorPagerCssClassesBuilder>) Inherited from BootstrapSchedulerBuilderBase<T>.
CssClassesResourceNavigatorTokens(Action<BootstrapSchedulerResourceNavigatorTokensCssClassesBuilder>) Inherited from BootstrapSchedulerBuilderBase<T>.
CssClassesViewNavigator(Action<BootstrapSchedulerViewNavigatorCssClassesBuilder>) Inherited from BootstrapSchedulerBuilderBase<T>.
CssClassesViewSelector(Action<BootstrapSchedulerViewSelectorCssClassesBuilder>) Inherited from BootstrapSchedulerBuilderBase<T>.
EnableCallbackAnimation(Boolean) Inherited from BootstrapSchedulerBuilderBase<T>.
EnableChangeVisibleIntervalCallbackAnimation(Boolean) Inherited from BootstrapSchedulerBuilderBase<T>.
EnableChangeVisibleIntervalGestures(Nullable<Boolean>) Inherited from BootstrapSchedulerBuilderBase<T>.
Enabled(Boolean) Inherited from BootstrapControlBuilder<T>.
EnablePagingGestures(Nullable<Boolean>) Inherited from BootstrapSchedulerBuilderBase<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.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
GroupType(SchedulerGroupType) Inherited from BootstrapSchedulerBuilderBase<T>.
Height(Int32) Inherited from BootstrapControlBuilder<T>.
Height(String) Inherited from BootstrapControlBuilder<T>.
LimitInterval(Action<TimeIntervalBuilder>) Inherited from BootstrapSchedulerBuilderBase<T>.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
Name(String) Inherited from BootstrapControlBuilder<T>.
OnAllowAppointmentConflicts(Action<IBootstrapScheduler, IBootstrapSchedulerAppointmentConflictEventArgs>) Inherited from BootstrapSchedulerBuilderBase<T>.
OnAllowAppointmentCopy(Action<IBootstrapScheduler, IBootstrapSchedulerAppointmentOperationEventArgs>) Inherited from BootstrapSchedulerBuilderBase<T>.
OnAllowAppointmentCreate(Action<IBootstrapScheduler, IBootstrapSchedulerAppointmentOperationEventArgs>) Inherited from BootstrapSchedulerBuilderBase<T>.
OnAllowAppointmentDelete(Action<IBootstrapScheduler, IBootstrapSchedulerAppointmentOperationEventArgs>) Inherited from BootstrapSchedulerBuilderBase<T>.
OnAllowAppointmentDrag(Action<IBootstrapScheduler, IBootstrapSchedulerAppointmentOperationEventArgs>) Inherited from BootstrapSchedulerBuilderBase<T>.
OnAllowAppointmentDragBetweenResources(Action<IBootstrapScheduler, IBootstrapSchedulerAppointmentOperationEventArgs>) Inherited from BootstrapSchedulerBuilderBase<T>.
OnAllowAppointmentEdit(Action<IBootstrapScheduler, IBootstrapSchedulerAppointmentOperationEventArgs>) Inherited from BootstrapSchedulerBuilderBase<T>.
OnAllowAppointmentResize(Action<IBootstrapScheduler, IBootstrapSchedulerAppointmentOperationEventArgs>) Inherited from BootstrapSchedulerBuilderBase<T>.
OnAllowInplaceEditor(Action<IBootstrapScheduler, IBootstrapSchedulerAppointmentOperationEventArgs>) Inherited from BootstrapSchedulerBuilderBase<T>.
OnBeforeRender(Action<IBootstrapScheduler, IEventArgs>) Inherited from BootstrapSchedulerBuilderBase<T>.
OnContextMenuShowing(Action<IBootstrapScheduler, IBootstrapSchedulerContextMenuShowingEventArgs>) Inherited from BootstrapSchedulerBuilderBase<T>.
OnInitAppointmentDisplayText(Action<IBootstrapScheduler, IBootstrapSchedulerAppointmentDisplayTextEventArgs>) Inherited from BootstrapSchedulerBuilderBase<T>.
OnInitialized(Action<IBootstrapScheduler, IEventArgs>) Inherited from BootstrapSchedulerBuilderBase<T>.
OptionsAdaptivity(Action<BootstrapSchedulerOptionsAdaptivityBuilder>) Inherited from BootstrapSchedulerBuilderBase<T>.
OptionsAppearance(Action<BootstrapSchedulerOptionsAppearanceBuilder>) Inherited from BootstrapSchedulerBuilderBase<T>.
OptionsBehavior(Action<BootstrapSchedulerOptionsBehaviorBuilder>) Inherited from BootstrapSchedulerBuilderBase<T>.
OptionsCookies(Action<BootstrapSchedulerOptionsCookiesBuilder>) Inherited from BootstrapSchedulerBuilderBase<T>.
OptionsDialogs(Action<BootstrapSchedulerDialogsSettingsBuilder>)
OptionsEditing(Action<SchedulerOptionsCustomizationBuilder>) Inherited from BootstrapSchedulerBuilderBase<T>.
OptionsLoadingPanel(Action<SettingsLoadingPanelBuilder>) Inherited from BootstrapSchedulerBuilderBase<T>.
OptionsResourceNavigator(Action<ResourceNavigatorBuilder>) Inherited from BootstrapSchedulerBuilderBase<T>.
OptionsToolTips(Action<BootstrapSchedulerOptionsToolTipsBuilder>) Inherited from BootstrapSchedulerBuilderBase<T>.
OptionsView(Action<BootstrapSchedulerOptionsViewBuilder>) Inherited from BootstrapSchedulerBuilderBase<T>.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
Routes(Action<BootstrapRouteCollectionBuilder>) Inherited from BootstrapSchedulerBuilderBase<T>.
Start(DateTime) Inherited from BootstrapSchedulerBuilderBase<T>.
Storage(Action<BootstrapSchedulerStorageBuilder>)
TabIndex(Int16) Inherited from BootstrapSchedulerBuilderBase<T>.
ToString() Returns a string that represents the current object. Inherited from Object.
Views(Action<BootstrapSchedulerViewRepositoryBuilder>) Inherited from BootstrapSchedulerBuilderBase<T>.
Visible(Boolean) Inherited from BootstrapControlBuilder<T>.
Width(Int32) Inherited from BootstrapControlBuilder<T>.
Width(String) Inherited from BootstrapControlBuilder<T>.
WriteTo(TextWriter, HtmlEncoder) Inherited from BootstrapControlBuilder<T>.
See Also