corelibraries-devexpress-dot-xtrascheduler-f4e7f33f.md
Provides methods for creating resources.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public interface IResourceFactory
Public Interface IResourceFactory
The following members return IResourceFactory objects:
The IResourceFactory interface declares the IResourceFactory.CreateResource method, which defines a way of creating resources. To specify a custom way of creating resources using the SchedulerStorage you should implement this method and then assign the new resource factory to the Scheduler Storage via the SchedulerStorageBase.SetResourceFactory method.
Then the Scheduler Storage will use this factory when creating a resource via its SchedulerStorageBase.CreateResource method.
See Also