Skip to main content
All docs
V26.1
  • ViewModelLocator.ResolveViewModelType(String) Method

    Resolves a ViewModel type by the specified name.

    Namespace: DevExpress.Mvvm

    Assembly: DevExpress.Mvvm.v26.1.dll

    Declaration

    public virtual Type ResolveViewModelType(
        string name
    )

    Parameters

    Name Type Description
    name String

    The ViewModel type name.

    Returns

    Type Description
    Type

    The resolved ViewModel type, or null if not found.

    See Also