A newer version of this page is available.
Switch to the current version.
ViewLocator.Default Property
Specifies the default object implementing the IViewLocator interface.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v18.2.dll
Declaration
public static IViewLocator Default { get; set; }
Public Shared Property Default As IViewLocator
Property Value
Type | Description |
---|---|
IViewLocator | An object implementing the IViewLocator interface. |
Remarks
To learn more, see ViewLocator.
See Also
Feedback