Skip to main content
A newer version of this page is available. .
All docs
V21.1
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.v21.1.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