Skip to main content
Bar

BarItem.CommandTarget Property

Gets or sets the element on which to raise the BarItem.Command. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

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

#Property Value

Type Description
IInputElement

The element on which to raise the BarItem.Command.

#Implements

See Also