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

ResourceStorageBase.AttachStorage(ISchedulerStorageBase) Method

Sets the Scheduler storage which owns the current storage.

Namespace: DevExpress.XtraScheduler

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

Declaration

public virtual void AttachStorage(
    ISchedulerStorageBase storage
)

Parameters

Name Type Description
storage ISchedulerStorageBase

An ISchedulerStorageBase object that is the Scheduler storage for the current storage.

See Also