Skip to main content

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

NuGet Package: DevExpress.Wpf.Ribbon

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