NavigationPage.SetNavigationCacheMode(DependencyObject, NavigationCacheMode) Method
In This Article
Sets the cache mode for the NavigationPage‘s content.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
A Dependency |
value | Navigation |
A Navigation |
#Remarks
See the NavigationPage.NavigationCacheMode property for the details.
See Also