C# Class ReactiveUI.XamForms.ViewModelViewHost

This content control will automatically load the View associated with the ViewModel property and display it. This control is very useful inside a DataTemplate to display the View associated with a ViewModel.
Inheritance: Xamarin.Forms.ContentView, IViewFor
Show file Open project: reactiveui/ReactiveUI

Public Properties

Property Type Description
DefaultContentProperty BindableProperty
ViewContractObservableProperty BindableProperty
ViewModelProperty BindableProperty

Public Methods

Method Description
ViewModelViewHost ( ) : System

Method Details

ViewModelViewHost() public method

public ViewModelViewHost ( ) : System
return System

Property Details

DefaultContentProperty public static property

public static BindableProperty DefaultContentProperty
return BindableProperty

ViewContractObservableProperty public static property

public static BindableProperty ViewContractObservableProperty
return BindableProperty

ViewModelProperty public static property

public static BindableProperty ViewModelProperty
return BindableProperty