Back to Devexpress

Navigation.GetSaveToNavigationJournal(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigation-dot-navigation-dot-getsavetonavigationjournal-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.7 KB
Original Source

Navigation.GetSaveToNavigationJournal(DependencyObject) Method

Gets the value of the SaveToNavigationJournal attached property for the specified DependencyObject.

Namespace : DevExpress.Xpf.WindowsUI.Navigation

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public static bool GetSaveToNavigationJournal(
    DependencyObject target
)
vb
Public Shared Function GetSaveToNavigationJournal(
    target As DependencyObject
) As Boolean

Parameters

NameTypeDescription
targetDependencyObject

The element from which the property value is read.

|

Returns

TypeDescription
Boolean

The SaveToNavigationJournal property value for the object.

|

See Also

Navigation Class

Navigation Members

DevExpress.Xpf.WindowsUI.Navigation Namespace