Skip to main content
A newer version of this page is available. .

IServiceContainer Interface

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v21.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

Declaration

public interface IServiceContainer

The following members return IServiceContainer objects:

Remarks

See Services in custom ViewModels to learn more.

See Also