Skip to main content

JournalEntry.Parameter Property

Returns the parameter that this JournalEntry will pass to its related NavigationFrame page upon activation.

Namespace: DevExpress.Xpf.WindowsUI.Navigation

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public object Parameter { get; }

Property Value

Type Description
Object

An Object that the JournalEntry will pass to its related NavigationFrame page upon activation as a parameter.

Remarks

See Navigation to learn more about parameterized navigation.

See Also