Skip to main content

IServiceContainer Interface

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v24.2.dll

Declaration

public interface IServiceContainer

The following members return IServiceContainer objects:

Remarks

See Services in custom ViewModels to learn more.

See Also