Skip to main content

IServiceContainer Interface

Provides methods to retrieve services and register them in a service container.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public interface IServiceContainer

The following members return IServiceContainer objects:

Remarks

See Services in custom ViewModels to learn more.

See Also