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.v18.2.dll

Declaration

public interface IServiceContainer

The following members return IServiceContainer objects:

Remarks

See Services in custom ViewModels to learn more.

See Also