Back to Devexpress

IUIServiceContainer.Unregister(Object) Method

maui-devexpress-dot-maui-dot-mvvm-dot-iuiservicecontainer-dot-unregister-x28-system-dot-object-x29.md

latest748 B
Original Source

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

csharp
void Unregister(
    object service
)

Parameters

NameTypeDescription
serviceSystem.Object

The target service.

|

See Also

IUIServiceContainer Interface

IUIServiceContainer Members

DevExpress.Maui.Mvvm Namespace