ThemedWindow.SearchItemFocusShortcut Property
Gets or sets the hotkey that activates the ThemedWindow’s search box. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public KeyGesture SearchItemFocusShortcut { get; set; }
#Property Value
Type | Description |
---|---|
Key |
A shortcut. |
#Remarks
For more information about searching items in the ThemedWindow’s Ribbon, refer to the following help topic: SearchItemDisplayMode.