Back to Devexpress

Navigation.SetSaveToNavigationJournal(DependencyObject, Boolean) Method

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

latest1.7 KB
Original Source

Navigation.SetSaveToNavigationJournal(DependencyObject, Boolean) Method

Sets 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 void SetSaveToNavigationJournal(
    DependencyObject target,
    bool value
)
vb
Public Shared Sub SetSaveToNavigationJournal(
    target As DependencyObject,
    value As Boolean
)

Parameters

NameTypeDescription
targetDependencyObject

The element to which the attached property is written.

| | value | Boolean |

The SaveToNavigationJournal property value for the object.

|

See Also

Navigation Class

Navigation Members

DevExpress.Xpf.WindowsUI.Navigation Namespace