Table of Contents

Interface INavigableView<T>

Namespace
Wpf.Ui.Abstractions.Controls
Assembly
Wpf.Ui.Abstractions.dll

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

public interface INavigableView<out T>

Type Parameters

T

The type of the ViewModel associated with the view. This type optionally may implement INavigationAware to participate in navigation processes.

Properties

ViewModel

Gets the view model used by the view. Optionally, it may implement INavigationAware and be navigated by INavigationView.

T ViewModel { get; }

Property Value

T