BarItem.KeyGesture Property
In This Article
Gets or sets a keyboard combination that can be used to invoke the current bar item's functionality. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Key |
A Key |
#Remarks
When a key combination, defined by the KeyGesture property, is invoked, the item's functionality is invoked as follows:
- The command, specified by the BarItem.Command property, is invoked.
- The BarItem.ItemClick event fires.
- The BarManager.ItemClick event fires.
See Also