BackstageTabItem.KeyGesture Property
Gets or sets a keyboard combination that can be used to select the current tab. 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 current tab becomes selected (see BackstageTabItem.IsSelected).
See Also