Skip to main content

ISupportServices.ServiceContainer Property

Returns an object implementing the IServiceContainer interface which is used to access services.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

IServiceContainer ServiceContainer { get; }

Property Value

Type Description
IServiceContainer

An object implementing the IServiceContainer interface.

Remarks

To learn more, see Services in custom ViewModels.

See Also