Skip to main content
All docs
V25.1
  • Bar

    BarItemCommand.Command Property

    Gets or sets the command that will be executed when you invoke the command source.

    Namespace: DevExpress.Xpf.Bars

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public ICommand Command { get; set; }

    Property Value

    Type Description
    ICommand

    The command that will be executed when you invoke the command source.

    See Also