Skip to content

NavigationWindow class

Defined in

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

Summary

View source

        Navigation Window.
        

Applies to

net8.0-windows10.0.19041

Class hierarchy
classDiagram
class NavigationWindow
class Window
Window <|-- NavigationWindow
class ISetNavigation {
    <>
}
ISetNavigation <|.. NavigationWindow
class IUseNavigation {
    <>
}
IUseNavigation <|.. NavigationWindow

Inherits from: Window

Implements: ISetNavigation, IUseNavigation

Constructors

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

Properties

NameSummary
CanNavigateBackGets the can navigate back.
NavigateBackIsEnabledGets or sets a value indicating whether [navigate back is enabled].
NavigationFrameGets the navigation frame.

Fields

NameSummary
static NavigateBackIsEnabledPropertyThe navigate back is enabled property.
static NavigationFramePropertyThe navigation frame property.

Methods

NameSummary
OnApplyTemplate

Derived types

Inherited members

See also