Skip to main content
A newer version of this page is available. .

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.v21.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public INavigationContentProvider DefaultContentProvider { get; }

Property Value

Type Description
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