Skip to content

ReactiveUI namespace

Part of the ReactiveUI.WinUI package.

TypeKindSummary
AutoDataTemplateBindingHookclassAutoDataTemplateBindingHook is a binding hook that checks ItemsControls that don't have DataTemplates, and assigns a default DataTemplate that loads the View associated with each ViewModel.
BooleanToVisibilityTypeConverterclassConverts Boolean to Visibility.
DependencyObjectObservableForPropertyclassCreates a observable for a property if available that is based on a DependencyProperty.
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.