[]
        
(Showing Draft Content)

C1.Web.Mvc.MenuCommand.CanExecuteCommand

CanExecuteCommand Property

CanExecuteCommand

This method returns a Boolean value that determines whether the controller can execute the command.

Declaration
[Json("canExecuteCommand")]
[JsonConverter(typeof(FunctionConverter))]
public string CanExecuteCommand { get; set; }
Remarks

If this method returns false, the menu option is disabled.