IResourceFactory.CreateResource() Method
Creates a new resource.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Returns
Type | Description |
---|---|
Resource | A Resource object. |
Remarks
Implement the CreateResource in your custom factory to create an object with the Resource interface which will be used in place of a native resource in all Scheduler activities.
See Also