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

NavBarGroup.CommandTarget Property

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

Namespace: DevExpress.Xpf.NavBar

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

Declaration

[Bindable(true)]
public IInputElement CommandTarget { get; set; }

Property Value

Type Description
IInputElement

The IInputElement on which to raise the NavBarGroup.Command.

Remarks

To learn more see the Commanding Overview topic in MSDN.

See Also