Skip to main content

IResourceFactory.CreateResource() Method

Creates a new resource.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

Resource CreateResource()

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