Back to Devexpress

BootstrapSchedulerStorage Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-402c3d79.md

latest2.4 KB
Original Source

BootstrapSchedulerStorage Class

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

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapSchedulerStorage :
    ASPxSchedulerStorage
vb
Public Class BootstrapSchedulerStorage
    Inherits 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.

Inheritance

Object MarshalByRefObject Component SchedulerStorageBase ASPxSchedulerStorage BootstrapSchedulerStorage

See Also

BootstrapSchedulerStorage Members

Scheduler

DevExpress.Web.Bootstrap Namespace