Skip to content

ViewModelViewHost class

Defined in

Namespace: ReactiveUI.XamForms Assembly: ReactiveUI.XamForms.dll Full name: ReactiveUI.XamForms.ViewModelViewHost Modifiers: public

Summary

View source

This content view will automatically load and host the view for the given view model. The view model whose view is to be displayed should be assigned to the ViewModel property. Optionally, the chosen view can be customized by specifying a contract via ViewContractObservable or ViewContract.

Applies to

netstandard2.0

Class hierarchy
classDiagram
class ViewModelViewHost
class ContentView
ContentView <|-- ViewModelViewHost
class IViewFor {
    <>
}
IViewFor <|.. ViewModelViewHost
class IActivatableView {
    <>
}
IActivatableView <|.. ViewModelViewHost

Inherits from: ContentView

Implements: IViewFor, IActivatableView

Constructors

NameSummary
.ctorInitializes a new instance of the [ViewModelViewHost](# class.

Properties

NameSummary
ViewModelGets or sets the view model whose associated view is to be displayed.
DefaultContentGets or sets the content to display when [ViewModel](# is null.
ViewContractObservableGets or sets the observable which signals when the contract to use when resolving the view for the given view model has changed.
ViewContractGets or sets the fixed contract to use when resolving the view for the given view model.
ContractFallbackByPassGets or sets a value indicating whether should bypass the default contract fallback behavior.
ViewLocatorGets or sets the override for the view locator to use when resolving the view. If unspecified, [Current](# will be used.

Fields

NameSummary
static ViewModelPropertyIdentifies the [ViewModel](# property.
static DefaultContentPropertyIdentifies the [DefaultContent](# property.
static ViewContractObservablePropertyIdentifies the [ViewContractObservable](# property.
static ContractFallbackByPassPropertyIdentifies the [ContractFallbackByPass](# property.

Methods

NameSummary
ResolveViewForViewModelresolve view for view model with respect to contract.
Inherited members