Skip to content

INavigableView interface

Defined in

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

Summary

A component whose ViewModel is separate from the DataContext and can be navigated by INavigationView.

Applies to

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

Properties

NameSummary
ViewModelGets viewModel used by the view. Optionally, it may implement [INavigationAware](# and be navigated by...