Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public static TimeSpan TextSearchTimeOut

Field Value

Type Description
TimeSpan

A text search delay.

Remarks

Note

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

See Also