IocServiceProvider.IsConfigured Property
Gets a value that indicates whether an underlying service provider is configured.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Use the IsConfigured property to check whether the dependency injection container can be used to resolve types. DevExpress MVVM components use this property to decide whether to call the dependency injection container.
See Also