Skip to main content

RibbonControl.SearchItemShortcut Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.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