SchedulerDataStorage(IContainer) Constructor
Initializes a new instance of the SchedulerDataStorage class with the specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.2.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| components | IContainer | A IContainer that represents the container for the default Scheduler Data Storage. |
Remarks
This instance exists until its container releases it to garbage collection.
See Also