Skip to main content

ServiceContainer.Clear() Method

Clears services stored in the current service container.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public void Clear()

Remarks

The Clear method removes all services stored in the current service container.

See Services in custom ViewModels to learn more.

Implements

See Also