Skip to main content
A newer version of this page is available. .

NavBarGroup.CommandParameter Property

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

Namespace: DevExpress.Xpf.NavBar

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.NavBar, DevExpress.Wpf.Navigation

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