Skip to main content

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.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 button’s functionality is invoked as follows:

See Also