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 |
ILayoutViewHost |
Gets the ViewHost associated with a given View by accessing the
Tag of the View.
static
|
GetViewHost |
T |
Gets the ViewHost associated with a given View by accessing the
Tag of the View.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|