AppointmentDependencyCollection(ISchedulerStorageBase) Constructor
In This Article
Initializes a new instance of the AppointmentDependencyCollection class with the specified storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
public AppointmentDependencyCollection(
ISchedulerStorageBase storage
)
#Parameters
Name | Type | Description |
---|---|---|
storage | IScheduler |
An IScheduler |
See Also