ResourceDataStorage.Storage Property
In This Article
Returns the storage that owns this ResourceDataStorage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
[Browsable(false)]
public SchedulerDataStorage Storage { get; }
#Property Value
Type | Description |
---|---|
Scheduler |
A Scheduler |
#Remarks
ResourceDataStorage is assigned to the storage SchedulerDataStorage.Resources property.
See Also