Interface IViewFor
- Namespace
- ReactiveUI
- Assembly
- ReactiveUI.dll
Provides a non-generic abstraction over views so infrastructure can interact with IViewFor<T> instances.
- Extension Methods
Remarks
Most application code implements IViewFor<T> instead of this interface directly. The non-generic
type exists so routing and binding helpers can store heterogeneous view references at runtime while still exposing
the View
Properties
ViewModel
Gets or sets the view model associated with the view.