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

ViewLocator(Assembly[]) Constructor

Creates a ViewLocator capable of locating Views within the specified assemblies.

Namespace: DevExpress.Mvvm.UI

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

Declaration

public ViewLocator(
    params Assembly[] assemblies
)

Parameters

Name Type Description
assemblies Assembly[]

An array of assemblies where the ViewLocator will search for Views.

See Also