Skip to main content

IViewLocator.ResolveViewType(String) Method

Returns a view type based on its short type name.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

Type ResolveViewType(
    string name
)

Parameters

Name Type Description
name String

The short type name of the view which type is to be returned.

Returns

Type Description
Type

The type of the view.

Remarks

To learn more, see ViewLocator.

See Also