CanExecuteCommand Property (MenuCommand)
In This Topic
This method returns a Boolean value that determines whether the controller can execute the command.
Syntax
'Declaration
Public Property CanExecuteCommand As String
public string CanExecuteCommand {get; set;}
See Also