Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    NuGet Package: DevExpress.Wpf.Controls

    Declaration

    public static void SetSaveToNavigationJournal(
        DependencyObject target,
        bool value
    )

    Parameters

    Name Type Description
    target DependencyObject

    The element to which the attached property is written.

    value Boolean

    The SaveToNavigationJournal property value for the object.

    See Also