Back to Devexpress

KeyToCommand Properties

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

latest6.5 KB
Original Source

KeyToCommand Properties

Allows you to bind a KeyGesture to a command.

NameDescription
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
CommandGets or sets the command to invoke when the associated event is raised. This is a dependency property. Inherited from EventToCommandBase.
CommandParameterGets or sets a parameter to pass to the EventToCommandBase.Command. This is a dependency property. Inherited from EventToCommandBase.
CommandTargetGets or sets the target element on which to raise the specified Command. This is a dependency property. Inherited from EventToCommandBase.
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.
DispatcherPriorityGets or sets the priority of the Dispatcher that invokes the associated command. This is a dependency property. Inherited from EventToCommandBase.
EventGets or sets a routed event that triggers the associated command. Inherited from EventTriggerBase<T>.
EventNameGets or sets the name of an event that triggers the associated command. Inherited from EventTriggerBase<T>.
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.
KeyGestureGets or sets the key gesture that invokes the command. This is a dependency property.
MarkRoutedEventsAsHandledGets or sets whether the associated routed event is marked as handled when the command is executed. This is a dependency property. Inherited from EventToCommandBase.
ProcessEventsFromDisabledEventOwnerGets or sets whether the EventToCommand processes events for the source object even if the source object is disabled. This is a dependency property. Inherited from EventToCommandBase.
SourceGets the source object. Inherited from EventTriggerBase<T>.
SourceNameGets or sets the name of the source object that raises the event. This is a dependency property. Inherited from EventTriggerBase<T>.
SourceObjectGets or sets a source object that raises the event. This is a dependency property. Inherited from EventTriggerBase<T>.
UseDispatcherGets or sets if the EventToCommand behavior uses the Dispatcher to call the command. This is a dependency property. Inherited from EventToCommandBase.

See Also

KeyToCommand Class

KeyToCommand Members

DevExpress.Mvvm.UI Namespace