Back to Devexpress

BarItemCommand.Command Property

wpf-devexpress-dot-xpf-dot-bars-dot-baritemcommand.md

latest1.0 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ICommand Command { get; set; }
vb
Public Property Command As ICommand

Property Value

TypeDescription
ICommand

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

|

See Also

BarItemCommand Class

BarItemCommand Members

DevExpress.Xpf.Bars Namespace