NavigationBaseEventArgs.Parameter Property
Gets the parameter passed to the related navigation event.
Namespace: DevExpress.Xpf.WindowsUI.Navigation
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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