Skip to main content

NavBarGroup.CommandParameter Property

Gets or sets the parameter to pass to the NavBarGroup.Command.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v23.2.dll

NuGet Package: DevExpress.Wpf.NavBar

Declaration

[Bindable(true)]
public object CommandParameter { get; set; }

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