ISearchPanelProperties.Shortcut Property
In This Article
Gets or sets the keyboard shortcut that invokes the Search Panel.
Namespace: DevExpress.XtraBars.Docking2010.Customization
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
KeyShortcut Shortcut { get; set; }
#Property Value
Type | Description |
---|---|
Key |
A Key |
#Remarks
The default shortcut to invoke the search panel is Ctrl+F.
See Also