Skip to content

ReactiveUI namespace

Part of the ReactiveUI.WinUI package.

TypeKindSummary
BooleanToVisibilityTypeConverterclassConverts Boolean to Visibility.
ReactivePageclassA Page that is reactive.
ReactiveUserControlclassA UserControl that is reactive.
RoutedViewHostclassThis 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.
TransitioningContentControlclassA control with a single transition.
ViewModelViewHostclassThis 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.
VisibilityToBooleanTypeConverterclassConverts Visibility to Boolean.