ViewModelRoutedViewHost class¶
Defined in
Namespace: ReactiveMarbles.ViewModel.Wpf
Assembly: ReactiveMarbles.ViewModel.Wpf.dll
Full name: ReactiveMarbles.ViewModel.Wpf.ViewModelRoutedViewHost
Modifiers: public
Summary¶
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¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [ViewModelRoutedViewHost](# class. |
Properties¶
| Name | Summary |
|---|---|
| CanNavigateBack | Gets or sets a value indicating whether [navigate back is enabled]. |
| CanNavigateBackObservable | Gets the can navigate back observable. |
| CurrentViewModel | Gets the current view model. |
| HostName | Gets or sets the name of the host. |
| NavigateBackIsEnabled | Gets or sets a value indicating whether [navigate back is enabled]. |
| NavigationStack | Gets the navigation stack. |
| RequiresSetup | Gets a value indicating whether [requires setup]. |
Fields¶
| Name | Summary |
|---|---|
| static CanNavigateBackProperty | The navigate back is enabled property. |
| static HostNameProperty | The host name property. |
| static NavigateBackIsEnabledProperty | The navigate back is enabled property. |
Methods¶
| Name | Summary |
|---|---|
| ClearHistory | Clears the history. |
| Navigate | Navigates the ViewModel contract. |
| NavigateAndReset | Navigates and resets. |
| NavigateBack | Navigates back. |
| OnApplyTemplate | |
| Refresh | Refreshes this instance. |
| Setup | Setups this instance. |