Back to Devexpress

NavBarGroup.CommandTarget Property

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

latest1.4 KB
Original Source

NavBarGroup.CommandTarget Property

Gets or sets the element on which to raise the NavBarGroup.Command.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

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

Property Value

TypeDescription
IInputElement

The IInputElement on which to raise the NavBarGroup.Command.

|

Remarks

To learn more see the Commanding Overview topic in MSDN.

See Also

Command

CommandParameter

NavBarGroup Class

NavBarGroup Members

DevExpress.Xpf.NavBar Namespace