Skip to main content

ViewLocator.Default Property

Specifies the default object implementing the IViewLocator interface.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static IViewLocator Default { get; set; }

Property Value

Type Description
IViewLocator

An object implementing the IViewLocator interface.

Remarks

To learn more, see ViewLocator.

See Also