Skip to main content

TcxControlOptionsBehavior.IncSearchItem Property

Specifies the item against which incremental search is performed.

Declaration

property IncSearchItem: TcxCustomInplaceEditContainer read; write;

Property Value

Type
TcxCustomInplaceEditContainer

Remarks

The incremental search feature allows the end-user to locate the required record by a specific item value. In order to enable the incremental search functionality for an editing control, you should set the IncSearch property to True. The IncSearchItem property specifies the item to which incremental search is applied. A user can find the desired record by typing the beginning of the required value. The cell containing the typed value will be located within the item and the corresponding record will be focused.

See Also