Back to Devexpress

KeyToCommand Fields

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

latest4.2 KB
Original Source

KeyToCommand Fields

Allows you to bind a KeyGesture to a command.

NameDescription
CommandParameterProperty staticIdentifies the EventToCommandBase.CommandParameter dependency property. Inherited from EventToCommandBase.
CommandProperty staticIdentifies the EventToCommandBase.Command dependency property. Inherited from EventToCommandBase.
CommandTargetProperty staticIdentifies the CommandTarget dependency property. Inherited from EventToCommandBase.
DispatcherPriorityProperty staticIdentifies the EventToCommandBase.DispatcherPriority dependency property. Inherited from EventToCommandBase.
EventNameProperty staticIdentifies the EventTriggerBase<T>.EventNameProperty dependency property. Inherited from EventTriggerBase<T>.
EventProperty staticIdentifies the EventTriggerBase<T>.EventProperty dependency property. Inherited from EventTriggerBase<T>.
KeyGestureProperty staticIdentifies the KeyToCommand.KeyGesture dependency property.
MarkRoutedEventsAsHandledProperty staticIdentifies the EventToCommandBase.MarkRoutedEventsAsHandled dependency property. Inherited from EventToCommandBase.
ProcessEventsFromDisabledEventOwnerProperty staticIdentifies the EventToCommandBase.ProcessEventsFromDisabledEventOwner dependency property. Inherited from EventToCommandBase.
SourceNameProperty staticIdentifies the EventTriggerBase<T>.SourceNameProperty dependency property. Inherited from EventTriggerBase<T>.
SourceObjectProperty staticIdentifies the EventTriggerBase<T>.SourceObjectProperty dependency property. Inherited from EventTriggerBase<T>.
UseDispatcherProperty staticIdentifies the EventToCommandBase.UseDispatcher dependency property. Inherited from EventToCommandBase.

See Also

KeyToCommand Class

KeyToCommand Members

DevExpress.Mvvm.UI Namespace