ViewLocator(Application) Constructor
Creates a ViewLocator capable of locating Views within the current assembly.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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