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
Property Value
Type | Description |
---|---|
ICommand | The command that will be executed when you invoke the command source. |
See Also