Back to Devexpress

Journal.NavigationContentProvider Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigation-dot-journal-acfe4142.md

latest1.5 KB
Original Source

Journal.NavigationContentProvider Property

Gets or sets the Navigation Content that stores the cached instance of all displayed application screens (Views).

Namespace : DevExpress.Xpf.WindowsUI.Navigation

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public INavigationContentProvider NavigationContentProvider { get; set; }
vb
Public Property NavigationContentProvider As INavigationContentProvider

Property Value

TypeDescription
DevExpress.Xpf.WindowsUI.Navigation.INavigationContentProvider

An INavigationContentProvider that stores the cached instance of all displayed application screens (Views).

|

Remarks

To get the default Content Provider, use the Journal.DefaultContentProvider property.

See Also

DefaultContentProvider

Journal Class

Journal Members

DevExpress.Xpf.WindowsUI.Navigation Namespace