Back to Devexpress

Journal.DefaultContentProvider Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigation-dot-journal-5c0e7a03.md

latest1.6 KB
Original Source

Journal.DefaultContentProvider Property

Gets a default Content Provider that stores the cached instances of all previously 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 DefaultContentProvider { get; }
vb
Public ReadOnly Property DefaultContentProvider As INavigationContentProvider

Property Value

TypeDescription
DevExpress.Xpf.WindowsUI.Navigation.INavigationContentProvider

An INavitaionContentProvider that stores the cached instances of all previously displayed application screens (Views).

|

Remarks

To assign your own Content Provider for a Journal use the Journal.NavigationContentProvider property.

See Also

NavigationContentProvider

Journal Class

Journal Members

DevExpress.Xpf.WindowsUI.Navigation Namespace