Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public static bool GetSaveToNavigationJournal(
    DependencyObject target
)

Parameters

Name Type Description
target DependencyObject

The element from which the property value is read.

Returns

Type Description
Boolean

The SaveToNavigationJournal property value for the object.

See Also