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.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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