Skip to main content
A newer version of this page is available. .

RibbonControl.SearchItemShortcut Property

Gets or sets the shortcut used to focus the search box.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Behavior")]
[XtraSerializableProperty]
public virtual BarShortcut SearchItemShortcut { get; set; }

Property Value

Type Description
BarShortcut

A BarShortcut object that specifies the shortcut used to focus the search box.

See Also