Skip to main content

ViewLocator(Assembly[]) Constructor

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

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v24.1.dll

NuGet Package: DevExpress.Wpf.Core

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