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

Journal(INavigationContentProvider) Constructor

Initializes a new instance of the Journal class with the specified settings.

Namespace: DevExpress.Xpf.WindowsUI.Navigation

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public Journal(
    INavigationContentProvider contentProvider
)

Parameters

Name Type Description
contentProvider DevExpress.Xpf.WindowsUI.Navigation.INavigationContentProvider

An INavigationContentProvider object assigned to the newly created Journal.

See Also