The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

ViewModelViewHost.

ViewLocator Property

Summary

Gets or sets the override for the view locator to use when resolving the view. If unspecified, Current will be used.
Namespace
ReactiveUI.Maui
Containing Type
ViewModelViewHost

Syntax

public IViewLocator ViewLocator { get; set; }

Value

Type Description
IViewLocator