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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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