ReactiveUI namespace¶
Part of the ReactiveUI.WinUI package.
| Type | Kind | Summary |
|---|---|---|
| BooleanToVisibilityTypeConverter | class | Converts Boolean to Visibility. |
| ReactivePage | class | A Page that is reactive. |
| ReactiveUserControl | class | A UserControl that is reactive. |
| RoutedViewHost | class | This control hosts the View associated with a Router, and will display the View and wire up the ViewModel whenever a new ViewModel is navigated to. Put this control as the only control in your Window. This generic version provides AOT-compatibility by using compile-time type information. |
| TransitioningContentControl | class | A control with a single transition. |
| ViewModelViewHost | class | 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. This generic version provides AOT-compatibility by using compile-time type information. |
| VisibilityToBooleanTypeConverter | class | Converts Visibility to Boolean. |