Skip to main content
All docs
V26.1
  • IocServiceProvider Properties

    A global wrapper for an application service provider that enables dependency injection in the DevExpress MVVM framework.
    Name Description
    Default static Gets or sets the global default IocServiceProvider instance used by the DevExpress MVVM framework to resolve view models through the dependency injection container.
    IsConfigured Gets a value that indicates whether an underlying service provider is configured.
    See Also