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

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

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