Skip to main content
All docs
V24.2
Bar

BarItemCommand.KeyGesture Property

Gets or sets a keyboard combination that invokes a command. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public KeyGesture KeyGesture { get; set; }

Property Value

Type Description
KeyGesture

A keyboard combination that invokes a command.

See Also