corelibraries-devexpress-dot-utils-dot-ioc.md
Enables you to register factories that are used to create object instances.
Namespace : DevExpress.Utils.IoC
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
public sealed class FactoryRegistration :
Registration,
IDisposable
Public NotInheritable Class FactoryRegistration
Inherits Registration
Implements IDisposable
The following members return FactoryRegistration objects:
Object Registration FactoryRegistration
See Also