Skip to main content
A newer version of this page is available. .
All docs
V21.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.v21.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