Skip to main content

KeyToCommand Class

Allows you to bind a KeyGesture to a command.

Namespace: DevExpress.WinUI.Mvvm.UI

Assembly: DevExpress.WinUI.Core.v21.1.dll

Declaration

public class KeyToCommand :
    EventToCommandBase

Remarks

See the following topic for more information: KeyToCommand.

Inheritance

Object
DependencyObject
DevExpress.WinUI.Mvvm.UI.Interactivity.AttachableObjectBase
DevExpress.WinUI.Mvvm.UI.Interactivity.Behavior
DevExpress.WinUI.Mvvm.UI.Interactivity.TriggerBase
DevExpress.WinUI.Mvvm.UI.Interactivity.TriggerBase<DependencyObject>
EventTriggerBase<DependencyObject>
DevExpress.WinUI.Mvvm.UI.Interactivity.EventTrigger
EventToCommandBase
KeyToCommand
See Also