Skip to main content
All docs
V23.2
Bar

BarItemCommand.CommandTarget Property

Gets or sets the object on which the command is being executed. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public IInputElement CommandTarget { get; set; }

Property Value

Type Description
IInputElement

The object that the command affects.

See Also