NavBarGroup.CommandParameter Property
Gets or sets the parameter to pass to the NavBarGroup.Command.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
Property Value
Type | Description |
---|---|
Object | The Object specifying the parameter to pass to the NavBarGroup.Command. |
Remarks
To learn more see the Commanding Overview topic in MSDN.
See Also