BarItemCommand.Execute(Object) Method
Defines the method that the command invokes.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
parameter | Object | Data used by the command. If the command does not require data, pass |
See Also