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

AppointmentDependencyCollection(ISchedulerStorageBase) Constructor

Initializes a new instance of the AppointmentDependencyCollection class with the specified storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public AppointmentDependencyCollection(
    ISchedulerStorageBase storage
)

Parameters

Name Type Description
storage ISchedulerStorageBase

An ISchedulerStorageBase instance to store the collection.

See Also