Skip to main content
All docs
V25.1
  • 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.v25.1.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