ViewServiceBase.ViewLocator Property
In This Article
Specifies the view locator.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public IViewLocator ViewLocator { get; set; }
#Property Value
Type | Description |
---|---|
IView |
An object implementing the IView |
#Remarks
To learn more, see ViewLocator.
See Also