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

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

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