Skip to main content
All docs
V26.1
  • ViewModelLocator.GetViewModelTypeName(Type) Method

    Gets the ViewModel type name associated with the specified view type.

    Namespace: DevExpress.Mvvm

    Assembly: DevExpress.Mvvm.v26.1.dll

    Declaration

    public virtual string GetViewModelTypeName(
        Type type
    )

    Parameters

    Name Type Description
    type Type

    The view type.

    Returns

    Type Description
    String

    The ViewModel type name for the specified view type.

    See Also