Back to Devexpress

NavigationPage.GetNavigationCacheMode(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigationpage-dot-getnavigationcachemode-x28-system-dot-windows-dot-dependencyobject-x29.md

latest2.2 KB
Original Source

NavigationPage.GetNavigationCacheMode(DependencyObject) Method

Gets the navigation cache mode currently applied to the specific element within this NavigationPage.

Namespace : DevExpress.Xpf.WindowsUI

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public static NavigationCacheMode GetNavigationCacheMode(
    DependencyObject obj
)
vb
Public Shared Function GetNavigationCacheMode(
    obj As DependencyObject
) As NavigationCacheMode

Parameters

NameTypeDescription
objDependencyObject

A DependencyObject that is the element within this NavigationPage, whose cache mode is to be obtained.

|

Returns

TypeDescription
NavigationCacheMode

A NavigationCacheMode enumerator value that is the cache mode currently applied to the specific element within this NavigationPage.

|

Remarks

See the NavigationPage.NavigationCacheMode attached property to learn more.

See Also

NavigationCacheMode

SetNavigationCacheMode(DependencyObject, NavigationCacheMode)

NavigationPage Class

NavigationPage Members

DevExpress.Xpf.WindowsUI Namespace