Skip to main content

TcxCustomEditContainerItemOptions.IncSearch Property

Specifies whether the current item can perform incremental search.

Declaration

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