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

TcxControlOptionsBehavior.IncSearchItem Property

Specifies the item against which incremental search is performed.

#Declaration

Delphi
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