Skip to main content

Journal.Navigator Property

Gets or sets the NavigationFrame object, whose navigation operations will be kept within the current Journal.

Namespace: DevExpress.Xpf.WindowsUI.Navigation

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public INavigationFrame Navigator { get; set; }

Property Value

Type Description
DevExpress.Xpf.WindowsUI.INavigationFrame

A NavigationFrame associated with the current Journal.

Remarks

To get a Journal assigned to the specific Frame, use the NavigationFrame.Journal property.

See Also