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

ResourceStorageBase.ResourceFactory Property

Provides access to resource factory for the current storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

[Browsable(false)]
public IResourceFactory ResourceFactory { get; }

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