Skip to main content
Bar

BarItem.KeyGesture Property

Gets or sets a keyboard combination that can be used to invoke the current bar item's functionality. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.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 item's functionality is invoked as follows:

See Also