ResourceStorageBase.ResourceFactory Property
Provides access to resource factory for the current storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
IResourceFactory | An object implementing the IResourceFactory interface which specifies the resource factory in use. |
Remarks
The factory is also used to create new resources with the SchedulerStorageBase.CreateResource method.
See Also