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
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [NavigationUserControl](# class. |
Properties¶
| Name | Summary |
|---|---|
| BindingRoot | Gets the binding root view model. |
| ViewModel | Gets or sets the strongly typed view model. Override this property to integrate with the platform's binding system. |
Fields¶
| Name | Summary |
|---|---|
| static ViewModelProperty | The view model dependency property. |
Inherited members
CrissCross.WPF.UI.Controls.NavigationUserControl.NavigateBackIsEnabledPropertyCrissCross.WPF.UI.Controls.NavigationUserControl.NavigationFramePropertyCrissCross.WPF.UI.Controls.NavigationUserControl.TransitionPropertyCrissCross.WPF.UI.Controls.NavigationUserControl.#ctorCrissCross.WPF.UI.Controls.NavigationUserControl.CanNavigateBackCrissCross.WPF.UI.Controls.NavigationUserControl.NavigateBackIsEnabledCrissCross.WPF.UI.Controls.NavigationUserControl.NavigationFrameCrissCross.WPF.UI.Controls.NavigationUserControl.TransitionSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseCloneSystem.Object.ReferenceEquals(System.Object,System.Object)System.Object.ToString