CommandItem.ExecuteCommand() Method
Executes the command assigned to the Command property.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Returns
Type | Description |
---|---|
Boolean | true if the Command was executed successfully; otherwise false. |
See Also