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

SchedulerDataStorage(IContainer) Constructor

Initializes a new instance of the SchedulerDataStorage class with the specified settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public SchedulerDataStorage(
    IContainer components
)

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