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.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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