Skip to main content
A newer version of this page is available. .

ViewLocator(Application) Constructor

Creates a ViewLocator capable of locating Views within the current assembly.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public ViewLocator(
    Application application
)

Parameters

Name Type Description
application Application

An Application object that identifies the assembly where the ViewLocator will search for Views.

Remarks

This constructor is called by default to initialize the ViewLocator.Default property.

See Also