ReactiveUI.Reactive.Maui namespace¶
Part of the ReactiveUI.Maui.Reactive package.
| Type | Kind | Summary |
|---|---|---|
| ActivationForViewFetcher | class | This class is the default implementation that determines when views are Activated and Deactivated. |
| AutoSuspendHelper | class | Helps manage .NET MAUI application lifecycle events. |
| BooleanToVisibilityTypeConverter | class | Converts Boolean to Visibility. |
| DisableAnimationAttribute | class | Attribute that disables animation for a view. |
| ReactiveCarouselView | class | This is an CarouselView that is also an [IViewFor](# |
| ReactiveContentPage | class | This is an ContentPage that is also an [IViewFor](# |
| ReactiveContentView | class | This is an ContentView that is also an [IViewFor](# |
| ReactiveFlyoutPage | class | Reactive Flyout Page. |
| ReactiveImageItemView | class | A [ReactiveContentView](# that displays an image with text content for use with CollectionView and DataTemplates. |
| ReactiveMasterDetailPage | class | This is an MasterDetailPage that is also an [IViewFor](# |
| ReactiveMultiPage | class | This is an MultiPage that is also an [IViewFor](# |
| ReactiveNavigationPage | class | This is an NavigationPage that is also an [IViewFor](# |
| ReactivePage | class | A Page that is reactive. |
| ReactiveShell | class | Represents a reactive MAUI shell. |
| ReactiveShellContent | class | Represents reactive shell content for a view model. |
| ReactiveTabbedPage | class | This is a TabbedPage that is also an [IViewFor](# |
| ReactiveTextItemView | class | A [ReactiveContentView](# that displays text content for use with CollectionView and DataTemplates. |
| ReactiveTitleBar | class | This is a TitleBar that is also an [IViewFor](# |
| ReactiveUserControl | class | A UserControl that is reactive. |
| ReactiveWindow | class | This is a Window that is also an [IViewFor](# |
| Registrations | class | The 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. |
| RoutedViewHost | class | This is a NavigationPage that serves as a router. |
| RoutedViewHost | class | This 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. |
| ViewModelViewHost | class | This 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](# |
| ViewModelViewHost | class | This 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 inherited view-model property. Optionally, the chosen view can be customized by specifying a contract through the inherited contract members. |
| VisibilityToBooleanTypeConverter | class | Converts Visibility to Boolean. |