BackstageButtonItem.KeyGesture Property
Gets or sets a keyboard combination that can be used to invoke the current button’s functionality. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
Property Value
Type | Description |
---|---|
KeyGesture | A KeyGesture object. |
Remarks
When a key combination, defined by the KeyGesture property, is invoked, the button’s functionality is invoked as follows:
- The BackstageItemBase.Click event fires.
- The command, specified by the BackstageButtonItem.Command property, is invoked.
See Also