ISchedulerStorage.Resources Property
Returns the resource storage owned by this storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraScheduler.IResourceStorage | An object that implements the DevExpress.XtraScheduler.IResourceStorage interface and stores resources owned by this ISchedulerStorage. |
See Also