Skip to main content

NavigationBaseEventArgs.Parameter Property

Gets the parameter passed to the related navigation event.

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 is the parameter passed to the related navigation event.

Remarks

See the Navigation topic to learn how to pass parameters when navigating through Views in WindowsUI applications.

See Also