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

ServiceContainer.Default Property

Gets the default service contaner.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v21.1.dll

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

Declaration

public static IServiceContainer Default { get; set; }

Property Value

Type Description
IServiceContainer

An IServiceContainer implementation.

See Also