Skip to main content
All docs
V24.2
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.v24.2.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