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