CompositeCommandBehavior Properties
Allows you to aggregate multiple commands and execute them in a specific order.
Name | Description |
---|---|
Can |
Gets or sets a condition that allows the behavior to execute the Composite |
Can |
Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
Command |
Gets or sets the name of the associated control‘s ICommand property. This is a dependency property. |
Commands | Gets a collection of aggregated commands. |
Composite |
Gets a composite command that is the behavior’s aggregated Command |
Dependency |
Gets the Dependency |
Dispatcher |
Gets the Dispatcher this Dispatcher |
Has |
Gets a value that indicates whether one or more Animation |
Is |
Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
See Also