Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomEditContainerItemOptions.IncSearch Property

Specifies whether the current item can perform incremental search.

#Declaration

Delphi
property IncSearch: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

The IncSearch property specifies whether end-users can perform incremental search by the current item. If the property is True, the search is enabled within a control item (unless any other property prevents it).

In columns displayed by TreeList controls (TcxTreeList, TcxDBTreeList, and TcxVirtualTreeList), the incremental search works as follows: when a specific column is focused and an end-user starts typing, the control navigates to the row that contains the closest partial match within that column.

The default value of the IncSearch property is True.

See Also