Skip to main content
All docs
V26.1
  • 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

    public bool IsConfigured { get; }

    Property Value

    Type Description
    Boolean

    true if a service provider is configured; otherwise, false.

    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