[]
This method returns a Boolean value that determines whether the controller can execute the command.
[Json("canExecuteCommand")]
[JsonConverter(typeof(FunctionConverter))]
public string CanExecuteCommand { get; set; }
If this method returns false, the menu option is disabled.