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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
IInputElement | The object that the command affects. |
See Also