Back to Devexpress

BarItemCommand.KeyGesture Property

wpf-devexpress-dot-xpf-dot-bars-dot-baritemcommand-2c2dd4b8.md

latest1.0 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public KeyGesture KeyGesture { get; set; }
vb
Public Property KeyGesture As KeyGesture

Property Value

TypeDescription
KeyGesture

A keyboard combination that invokes a command.

|

See Also

BarItemCommand Class

BarItemCommand Members

DevExpress.Xpf.Bars Namespace