Gets the navigation cache mode currently applied to the specific element within this NavigationPage.
Namespace:DevExpress.Xpf.WindowsUI
Assembly:DevExpress.Xpf.Controls.v19.2.dll

Syntax
C# |
public static NavigationCacheMode GetNavigationCacheMode(
DependencyObject obj
)
|
VB |
static Public Function GetNavigationCacheMode(
ByVal obj As DependencyObject
) As NavigationCacheMode
|
Parameters
-
obj
-
Type: DependencyObject
A DependencyObject that is the element within this NavigationPage, whose cache mode is to be obtained.
Return value
Type:
NavigationCacheMode
A NavigationCacheMode enumerator value that is the cache mode currently applied to the specific element within this NavigationPage.

Remarks
See the NavigationCacheMode attached property to learn more.

See Also