Skip to content

NavigationUserControl class

Attributes: [SupportedOSPlatform("windows10.0.17763.0")]

Defined in

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

Summary

        A NavigationUserControl with a strongly-typed ViewModel, wired for ReactiveUI activation.
        

Applies to

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

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

Inherits from: NavigationUserControl

Implements: IViewFor, IViewFor, IActivatableView

Constructors

NameSummary
.ctorInitializes a new instance of the [NavigationUserControl](# 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