IUIServiceContainer.Unregister(Object) Method
Removes the specified service from the container.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
void Unregister(
object service
)
Parameters
| Name | Type | Description |
|---|---|---|
| service | System.Object | The target service. |
See Also