Back to Devexpress

CompositeCommandBehavior Properties

wpf-devexpress-dot-mvvm-dot-ui-dot-compositecommandbehavior-dot-underscore-properties.md

latest3.6 KB
Original Source

CompositeCommandBehavior Properties

Allows you to aggregate multiple commands and execute them in a specific order.

NameDescription
CanExecuteConditionGets or sets a condition that allows the behavior to execute the CompositeCommand. This is a dependency property.
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
CommandPropertyNameGets or sets the name of the associated control‘s ICommand property. This is a dependency property.
CommandsGets a collection of aggregated commands.
CompositeCommandGets a composite command that is the behavior’s aggregated CommandItems.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
HasAnimatedPropertiesGets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.

See Also

CompositeCommandBehavior Class

CompositeCommandBehavior Members

DevExpress.Mvvm.UI Namespace