Skip to main content
All docs
V26.1
  • ViewModelLocator(Application) Constructor

    Initializes a new instance of the ViewModelLocator class for the specified application.

    Namespace: DevExpress.Mvvm

    Assembly: DevExpress.Mvvm.v26.1.dll

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

    Declaration

    public ViewModelLocator(
        Application application
    )

    Parameters

    Name Type Description
    application Application

    The current WPF application.

    See Also