Back to Devexpress

NavigationBaseEventArgs.Parameter Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigation-dot-navigationbaseeventargs.md

latest1.5 KB
Original Source

NavigationBaseEventArgs.Parameter Property

Gets the parameter passed to the related navigation event.

Namespace : DevExpress.Xpf.WindowsUI.Navigation

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public object Parameter { get; }
vb
Public ReadOnly Property Parameter As Object

Property Value

TypeDescription
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

Navigation

NavigationBaseEventArgs Class

NavigationBaseEventArgs Members

DevExpress.Xpf.WindowsUI.Navigation Namespace