Back to Devexpress

ListBoxEdit.TextSearchTimeOut Field

wpf-devexpress-dot-xpf-dot-editors-dot-listboxedit-ba80e822.md

latest1.2 KB
Original Source

ListBoxEdit.TextSearchTimeOut Field

A delay after which the next character input will be processed as a new search request while incremental filtering.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static TimeSpan TextSearchTimeOut
vb
Public Shared TextSearchTimeOut As TimeSpan

Field Value

TypeDescription
TimeSpan

A text search delay.

|

Remarks

Note

The TextSearchTimeOut property value cannot be less than TimeSpan.FromMilliseconds((double)(SystemInformation.DoubleClickTime * 2));

See Also

ListBoxEdit Class

ListBoxEdit Members

DevExpress.Xpf.Editors Namespace