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

ISupportUIServices.ServiceContainer Property

Gets the container that stores DevExpress WinUI MVVM UI Services.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

IUIServiceContainer ServiceContainer { get; }

Property Value

Type Description
IUIServiceContainer

DevExpress WinUI MVVM UI Services.

See Also