Skip to main content
All docs
V24.2

IAIExtensionsContainer Members

Implements a container that manages DevExpress AI-powered extensions.

Methods

Name Description
GetExtension(Type, String)
Register<TExtension>(Type, Func<IServiceProvider, TExtension>, String) Registers an AI extension of type TExtension with the specified key and optional name.
Register<TExtension>(Type, String) Registers an AI extension of type TExtension with the specified key and optional name.
See Also