Back to Devexpress

TcxCustomEditContainerItemOptions.IncSearch Property

vcl-cxinplacecontainer-dot-tcxcustomeditcontaineritemoptions.md

latest1.3 KB
Original Source

TcxCustomEditContainerItemOptions.IncSearch Property

Specifies whether the current item can perform incremental search.

Declaration

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

Property Value

TypeDefault
BooleanTrue

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

TcxCustomEditContainerItemOptions Class

TcxCustomEditContainerItemOptions Members

cxInplaceContainer Unit