Back to Devexpress

NavBarGroup.CommandParameter Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navbargroup-dd811df1.md

latest1.4 KB
Original Source

NavBarGroup.CommandParameter Property

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

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
[Bindable(true)]
public object CommandParameter { get; set; }
vb
<Bindable(True)>
Public Property CommandParameter As Object

Property Value

TypeDescription
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

Command

CommandTarget

NavBarGroup Class

NavBarGroup Members

DevExpress.Xpf.NavBar Namespace