UIServiceContainer.Default Property
In This Article
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 |
---|---|
IUIService |
An IUIService |
See Also