Skip to main content
A newer version of this page is available. .

AppointmentCollection(ISchedulerStorageBase) Constructor

Initializes a new instance of the AppointmentCollection class with the specified scheduler storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public AppointmentCollection(
    ISchedulerStorageBase storage
)

Parameters

Name Type Description
storage ISchedulerStorageBase

A ISchedulerStorageBase object that is the storage for appointments. This value is assigned to the AppointmentCollection.Storage property.

See Also