Back to Devexpress

RibbonOptionsSearchMenu.SearchItemShortcut Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonoptionssearchmenu-99d0e6de.md

latest1.9 KB
Original Source

RibbonOptionsSearchMenu.SearchItemShortcut Property

Gets or sets the shortcut that focuses the search box.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
[XtraSerializableProperty]
public virtual BarShortcut SearchItemShortcut { get; set; }
vb
<DXCategory("Behavior")>
<XtraSerializableProperty>
Public Overridable Property SearchItemShortcut As BarShortcut

Property Value

TypeDescription
BarShortcut

The shortcut that focuses the search box.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to SearchItemShortcut
RibbonControl

.OptionsSearchMenu .SearchItemShortcut

|

See Also

Search Menu

RibbonOptionsSearchMenu Class

RibbonOptionsSearchMenu Members

DevExpress.XtraBars.Ribbon Namespace