Back to Devexpress

BootstrapAppointmentStorage Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-d7192c85.md

latest3.0 KB
Original Source

BootstrapAppointmentStorage Class

Represents a storage which holds a collection of appointments.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapAppointmentStorage :
    ASPxAppointmentStorage
vb
Public Class BootstrapAppointmentStorage
    Inherits ASPxAppointmentStorage

The following members return BootstrapAppointmentStorage objects:

Remarks

The BootstrapAppointmentStorage class represents a storage which holds appointments. The functionality of the BootstrapAppointmentStorage class can be accessed via the BootstrapSchedulerStorage.Appointments property.

In bound mode, the BootstrapAppointmentStorage object synchronizes its data with the its data source. If appointments are added, deleted or modified, the changes are saved to the data source.

In unbound mode, you can populate the storage with appointments using methods of the appointments collection.

Use the ASPxAppointmentStorage.Mappings property to specify which fields in the bound data source hold an appointment’s description, location, type, recurrence information, resource id, etc. The values of these fields will be synchronized with the corresponding properties of Appointment objects. The ASPxAppointmentStorage.CustomFieldMappings enables you to create an extra set of appointment properties, bound to data fields.

Inheritance

Object PersistentObjectStorage<Appointment> AppointmentStorageBase ASPxAppointmentStorage BootstrapAppointmentStorage

See Also

BootstrapAppointmentStorage Members

Scheduler

Online Demo: Appointment Data Binding

DevExpress.Web.Bootstrap Namespace