Skip to main content

ISchedulerStorage.Resources Property

Returns the resource storage owned by this storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

IResourceStorage Resources { get; }

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