Skip to main content

ResourceStorageBase.ResourceFactory Property

Provides access to resource factory for the current storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

#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