AppointmentCollection(ISchedulerStorageBase) Constructor
Initializes a new instance of the AppointmentCollection class with the specified scheduler storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
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