NavigationPage.GetNavigationCacheMode(DependencyObject) Method
In This Article
Gets the navigation cache mode currently applied to the specific element within this NavigationPage.
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 |
#Returns
Type | Description |
---|---|
Navigation |
A Navigation |
#Remarks
See the NavigationPage.NavigationCacheMode attached property to learn more.
See Also