CommandItem Properties
A command that the CompositeCommandBehavior aggregates to create a composite command.| Name | Description |
|---|---|
| CanExecute | Gets whether a command is executable. This is a dependency property. |
| CheckCanExecute | Gets or sets whether the command item‘s CanExecute state should be checked before the command is executed. This is a dependency property. |
| Command | Gets or sets the command to execute. This is a dependency property. |
| CommandParameter | Gets or sets the command parameter. This is a dependency property. |
See Also