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

ISearchPanelProperties.Shortcut Property

Gets or sets the keyboard shortcut that invokes the Search Panel.

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

KeyShortcut Shortcut { get; set; }

Property Value

Type Description
KeyShortcut

A KeyShortcut object that is the keyboard shortcut that invokes the Search Panel.

Remarks

The default shortcut to invoke the search panel is Ctrl+F.

See Also