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
Datei anzeigen 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_oe static_oe property

public static BindableProperty DefaultContentProperty
return BindableProperty

ViewContractObservableProperty public_oe static_oe property

public static BindableProperty ViewContractObservableProperty
return BindableProperty

ViewModelProperty public_oe static_oe property

public static BindableProperty ViewModelProperty
return BindableProperty