Skip to main content

BootstrapSchedulerStorage Class

Represents a storage which holds data for the Bootstrap Scheduler control.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapSchedulerStorage :
    ASPxSchedulerStorage

The following members return BootstrapSchedulerStorage objects:

Remarks

The BootstrapScheduler control stores appointments and resources data in an object of the BootstrapSchedulerStorage class. This storage can be accessed using the BootstrapScheduler.Storage property.

The Scheduler control’s BootstrapSchedulerStorage.Appointments and ASPxSchedulerStorage.Resources properties provide access to the appointments and appointment resources. Use these properties to populate the collections manually or automatically by binding them to data sources.

See Also