Back to Devexpress

ListBoxEdit.IncrementalSearch Property

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

latest1.5 KB
Original Source

ListBoxEdit.IncrementalSearch Property

Gets or sets whether incremental searching for items is enabled.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool IncrementalSearch { get; set; }
vb
Public Property IncrementalSearch As Boolean

Property Value

TypeDescription
Boolean

true if incremental searching for items is enabled; otherwise, false.

|

Remarks

The incremental search feature allows an end-user to quickly locate items by typing the initial characters of the item’s text. The search is performed in the forward direction. Once an item that matches the search criteria has been found, an end-user can continue searching for the next item matching the same criteria. To continue searching in the forward or backward direction, press the CTRL+DOWN ARROW and CTRL+UP ARROW keys, respectively.

See Also

ListBoxEdit Class

ListBoxEdit Members

DevExpress.Xpf.Editors Namespace