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

ViewMixins Class

Summary

Default methods for ILayoutViewHost.
Namespace
ReactiveUI
Base Types
  • object
graph BT Type-->Base0["object"] Type["ViewMixins"] class Type type-node

Syntax

public static class ViewMixins

Methods

Name Value Summary
GetViewHost(View) ILayoutViewHost
Gets the ViewHost associated with a given View by accessing the Tag of the View.
static
GetViewHost<T>(View) T
Gets the ViewHost associated with a given View by accessing the Tag of the View.
static

Extension Methods

Name Value Summary
InvokeViewModelAction<T>(Action<T>) object
This is a thing I lifted from Prism.