[]
Sets the Command property.
public MenuBuilder Command(string execute, string canExecute = null)
| Type | Name | Description |
|---|---|---|
| string | execute | The execute client function |
| string | canExecute | The canExecute client function |
| Type | Description |
|---|---|
| MenuBuilder | Current builder |