CommandAttribute.CanExecuteMethod Property
CanExecuteMethod
Gets or sets the name of the method that is called to determine whether the command can be executed. This method corresponds to the CanExecute(Object) method.
Declaration
public string CanExecuteMethod { get; set; }
Property Value
Type | Description |
---|---|
String |