CommandItem Fields
A command that the CompositeCommandBehavior aggregates to create a composite command.| Name | Description |
|---|---|
| CanExecuteProperty static | Identifies the CommandItem.CanExecute dependency property. |
| CheckCanExecuteProperty static | Identifies the CommandItem.CheckCanExecute dependency property. |
| CommandParameterProperty static | Identifies the CommandItem.CommandParameter dependency property. |
| CommandProperty static | Identifies the CommandItem.Command dependency property. |
See Also