Skip to content

ReactiveUI.Maui namespace

Part of the ReactiveUI.Maui package.

TypeKindSummary
ActivationForViewFetcherclassThis class is the default implementation that determines when views are Activated and Deactivated.
AutoSuspendHelperclassHelps manage .NET MAUI application lifecycle events.
BooleanToVisibilityTypeConverterclassConverts Boolean to Visibility.
DisableAnimationAttributeclassAttribute that disables animation for a view.
ReactiveCarouselViewclassThis is an CarouselView that is also an [IViewFor](#
ReactiveContentPageclassThis is an ContentPage that is also an [IViewFor](#
ReactiveContentViewclassThis is an ContentView that is also an [IViewFor](#
ReactiveEntryCellclassThis is an EntryCell that is also an [IViewFor](#
ReactiveFlyoutPageclassReactive Flyout Page.
ReactiveImageCellclassThis is an ImageCell that is also an [IViewFor](#
ReactiveImageItemViewclassA [ReactiveContentView](# that displays an image with text content similar to an ImageCell, but designed for use with CollectionView and DataTemplates. This serves as a modern replacement for ReactiveImageCell which relied on the deprecated ListView.
ReactiveMasterDetailPageclassThis is an MasterDetailPage that is also an [IViewFor](#
ReactiveMultiPageclassThis is an MultiPage that is also an [IViewFor](#
ReactiveNavigationPageclassThis is an NavigationPage that is also an [IViewFor](#
ReactivePageclassA Page that is reactive.
ReactiveShellclassReactiveShell.
ReactiveShellContentclassReactiveShellContent.
ReactiveSwitchCellclassThis is a SwitchCell that is also an [IViewFor](#
ReactiveTabbedPageclassThis is a TabbedPage that is also an [IViewFor](#
ReactiveTextCellclassThis is an TextCell that is also an [IViewFor](#
ReactiveTextItemViewclassA [ReactiveContentView](# that displays text content similar to a TextCell, but designed for use with CollectionView and DataTemplates. This serves as a modern replacement for ReactiveTextCell which relied on the deprecated ListView.
ReactiveUserControlclassA UserControl that is reactive.
ReactiveViewCellclassThis is an ViewCell that is also an [IViewFor](#
RegistrationsclassThe main registration for common classes for the Splat dependency injection. We have code that runs reflection through the different ReactiveUI classes searching for IWantsToRegisterStuff and will register all our required DI interfaces. The registered items in this classes are common for all Platforms. To get these registrations after the main ReactiveUI Initialization use the DependencyResolverMixins.InitializeReactiveUI() extension method.
ResourceclassAndroid Resource Designer class. Exposes the Android Resource designer assembly into the project Namespace.
RoutedViewHostclassThis is a NavigationPage that serves as a router.
RoutedViewHostclassThis is a generic NavigationPage that serves as a router with compile-time type safety. This version is fully AOT-compatible and does not use reflection-based view resolution.
ViewModelViewHostclassThis content view will automatically load and host the view for the given view model. The view model whose view is to be displayed should be assigned to the [ViewModel](# property. Optionally, the chosen view can be customized by specifying a contract via [ViewContractObservable](# or [ViewContract](#
ViewModelViewHostclassThis content view will automatically load and host the view for the given view model. The view model whose view is to be displayed should be assigned to the [ViewModel](# property. Optionally, the chosen view can be customized by specifying a contract via [ViewContractObservable](# or [ViewContract](#
VisibilityToBooleanTypeConverterclassConverts Visibility to Boolean.