Skip to main content

UIServiceContainer.Default Property

Gets the default service container.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public static IUIServiceContainer Default { get; }

#Property Value

Type Description
IUIServiceContainer

An IUIServiceContainer implementation.

See Also