Back to Devexpress

Journal.Navigator Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigation-dot-journal-cf851d92.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public INavigationFrame Navigator { get; set; }
vb
Public Property Navigator As INavigationFrame

Property Value

TypeDescription
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

Journal

Journal Class

Journal Members

DevExpress.Xpf.WindowsUI.Navigation Namespace