Skip to main content

ISupportUIServices.ServiceContainer Property

Gets the container that stores DevExpress WinUI MVVM UI Services.

Namespace: DevExpress.Mvvm

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

NuGet Package: DevExpress.WinUI

Declaration

IUIServiceContainer ServiceContainer { get; }

Property Value

Type Description
IUIServiceContainer

DevExpress WinUI MVVM UI Services.

See Also