Skip to main content
All docs
V25.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.v25.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