Journal.DefaultContentProvider Property
In This Article
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.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
An INavitaion |
#Remarks
To assign your own Content Provider for a Journal use the Journal.NavigationContentProvider property.
See Also