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

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.v19.2.dll

Declaration

public KeyGesture KeyGesture { get; set; }

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