BarItemCommand.KeyGesture Property
In This Article
Gets or sets a keyboard combination that invokes a command. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public KeyGesture KeyGesture { get; set; }
#Property Value
Type | Description |
---|---|
Key |
A keyboard combination that invokes a command. |
See Also