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

ResourceDataStorage.Storage Property

Returns the storage that owns this ResourceDataStorage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

[Browsable(false)]
public SchedulerDataStorage Storage { get; }

Property Value

Type Description
SchedulerDataStorage

A SchedulerDataStorage object that owns this ResourceDataStorage.

Remarks

ResourceDataStorage is assigned to the storage SchedulerDataStorage.Resources property.

See Also