Skip to main content

Journal(INavigationContentProvider) Constructor

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

Namespace: DevExpress.Xpf.WindowsUI.Navigation

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

NuGet Package: DevExpress.Wpf.Controls

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