Skip to main content

ViewServiceBase.ViewLocator Property

Specifies the view locator.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public IViewLocator ViewLocator { get; set; }

Property Value

Type Description
IViewLocator

An object implementing the IViewLocator interface.

Remarks

To learn more, see ViewLocator.

See Also