IUIServiceClient.ServiceContainer Property
In This Article
Gets the container that stores and manages UI service instances.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
#Declaration
C#
IUIServiceContainer ServiceContainer { get; }
#Property Value
Type | Description |
---|---|
IUIService |
The container that stores and manages UI service instances. |
See Also