Skip to main content
A newer version of this page is available. .

IResourceFactory.CreateResource() Method

Creates a new resource.

Namespace: DevExpress.XtraScheduler

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

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