Skip to main content
A newer version of this page is available. .

IViewInjectionManager.Remove(String, Object) Method

Removes the ViewModel (and its View) from the specified region.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

void Remove(
    string regionName,
    object key
)

Parameters

Name Type Description
regionName String

A System.String value specifying the region name.

key Object

An object specifying the identifier (key) of the View and its ViewModel.

See Also