Skip to main content

NavBarItem.CommandTarget Property

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

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

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

Property Value

Type Description
IInputElement

The IInputElement on which to raise the NavBarItem.Command.

Remarks

To learn more see the Commanding Overview topic in MSDN.

See Also