Back to Devexpress

ResourceDataStorage.Storage Property

windowsforms-devexpress-dot-xtrascheduler-dot-resourcedatastorage-38aa08c2.md

latest1.6 KB
Original Source

ResourceDataStorage.Storage Property

Returns the storage that owns this ResourceDataStorage.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
public SchedulerDataStorage Storage { get; }
vb
<Browsable(False)>
Public ReadOnly Property Storage As SchedulerDataStorage

Property Value

TypeDescription
SchedulerDataStorage

A SchedulerDataStorage object that owns this ResourceDataStorage.

|

Remarks

ResourceDataStorage is assigned to the storage SchedulerDataStorage.Resources property.

See Also

ResourceDataStorage Class

ResourceDataStorage Members

DevExpress.XtraScheduler Namespace