Symphony Framework
IsExecutable Property
Symphony.Conductor.Commands Namespace > RoutedCommandBase Class : IsExecutable Property
Property to return the CanExecute status of the command.
Syntax
public bool IsExecutable {get;}
Remarks
The IsExecutable boolean property will be set to true if the CanExecute value is true and the command can be executed. If the CanExecute value is false, this property will reurn false. You can utilise this property to data bind triggers to check to executability of a bound command, in addition to the standard ICommand processing.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RoutedCommandBase Class
RoutedCommandBase Members