ResourceStorageBase.AttachStorage(ISchedulerStorageBase) Method
In This Article
Sets the Scheduler storage which owns the current storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public virtual void AttachStorage(
ISchedulerStorageBase storage
)
#Parameters
Name | Type | Description |
---|---|---|
storage | IScheduler |
An IScheduler |
See Also