Skip to content

FluentNavigationWindow class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.FluentNavigationWindow<T> Modifiers: public

Summary

        Navigation Window.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class FluentNavigationWindow~T~
class FluentNavigationWindow
FluentNavigationWindow <|-- FluentNavigationWindow~T~
class IViewFor~TViewModel~ {
    <>
}
IViewFor~TViewModel~ <|.. FluentNavigationWindow~T~
class IViewFor {
    <>
}
IViewFor <|.. FluentNavigationWindow~T~
class IActivatableView {
    <>
}
IActivatableView <|.. FluentNavigationWindow~T~

Inherits from: FluentNavigationWindow

Implements: IViewFor, IViewFor, IActivatableView

Constructors

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

Properties

NameSummary
BindingRootGets the binding root view model.
ViewModelGets or sets the strongly typed view model. Override this property to integrate with the platform's binding system.

Fields

NameSummary
static ViewModelPropertyThe view model dependency property.
Inherited members

See also