Skip to main content

IViewLocator.ResolveView(String) Method

Returns a View based on its short type name.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

object ResolveView(
    string name
)

Parameters

Name Type Description
name String

The short type name of the View to be returned.

Returns

Type Description
Object

A View of the specified type.

Remarks

To learn more, see ViewLocator.

See Also