ICommand<T>.CanExecute(T) Method
Returns whether the command can be executed in its current state.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| param | T | The command parameter. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also