Skip to main content
A newer version of this page is available. .

KeyToCommand.KeyGesture Property

Gets or sets the key gesture that invokes the command. This is a dependency property.

Namespace: DevExpress.WinUI.Core

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnKeyGestureChanged")]
public string KeyGesture { get; set; }

Property Value

Type Default Description
String null

The key gesture that invokes the command.

See Also