Skip to content

ViewModelRoutedViewHost class

Defined in

Namespace: ReactiveMarbles.ViewModel.Wpf Assembly: ReactiveMarbles.ViewModel.Wpf.dll Full name: ReactiveMarbles.ViewModel.Wpf.ViewModelRoutedViewHost Modifiers: public

Summary

View source

        View Model Routed View Host.
        

Applies to

net8.0-windows10.0.19041

Class hierarchy
classDiagram
class ViewModelRoutedViewHost
class ContentControl
ContentControl <|-- ViewModelRoutedViewHost
class IViewModelRoutedViewHost {
    <>
}
IViewModelRoutedViewHost <|.. ViewModelRoutedViewHost

Inherits from: ContentControl

Implements: IViewModelRoutedViewHost

Constructors

NameSummary
.ctorInitializes a new instance of the [ViewModelRoutedViewHost](# class.

Properties

NameSummary
CanNavigateBackGets or sets a value indicating whether [navigate back is enabled].
CanNavigateBackObservableGets the can navigate back observable.
CurrentViewModelGets the current view model.
HostNameGets or sets the name of the host.
NavigateBackIsEnabledGets or sets a value indicating whether [navigate back is enabled].
NavigationStackGets the navigation stack.
RequiresSetupGets a value indicating whether [requires setup].

Fields

NameSummary
static CanNavigateBackPropertyThe navigate back is enabled property.
static HostNamePropertyThe host name property.
static NavigateBackIsEnabledPropertyThe navigate back is enabled property.

Methods

NameSummary
ClearHistoryClears the history.
NavigateNavigates the ViewModel contract.
NavigateAndResetNavigates and resets.
NavigateBackNavigates back.
OnApplyTemplate
RefreshRefreshes this instance.
SetupSetups this instance.
Inherited members