Back to Devexpress

ISearchPanelProperties.Shortcut Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-customization-dot-isearchpanelproperties.md

latest1.7 KB
Original Source

ISearchPanelProperties.Shortcut Property

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

Namespace : DevExpress.XtraBars.Docking2010.Customization

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
KeyShortcut Shortcut { get; set; }
vb
Property Shortcut As KeyShortcut

Property Value

TypeDescription
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

Search Panel

ISearchPanelProperties Interface

ISearchPanelProperties Members

DevExpress.XtraBars.Docking2010.Customization Namespace