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

IViewLocator Interface

Provides a method to retrieve a View by its type name.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

public interface IViewLocator

The following members return IViewLocator objects:

Remarks

See ViewLocator to learn more.

See Also