Back to Devexpress

ThemedWindow.SearchDelay Property

wpf-devexpress-dot-xpf-dot-core-dot-themedwindow-bd342715.md

latest1.2 KB
Original Source

ThemedWindow.SearchDelay Property

Gets or sets the delay when the ThemedWindow start searching items, in milliseconds. This is a dependency property.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public int SearchDelay { get; set; }
vb
Public Property SearchDelay As Integer

Property Value

TypeDescription
Int32

The delay in milliseconds.

|

Remarks

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

See Also

ThemedWindow Class

ThemedWindow Members

DevExpress.Xpf.Core Namespace