Skip to main content
All docs
V24.1

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.1.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public KeyGesture SearchItemFocusShortcut { get; set; }

Property Value

Type Description
KeyGesture

A shortcut.

Remarks

For more information about searching items in the ThemedWindow’s Ribbon, refer to the following help topic: SearchItemDisplayMode.

See Also