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.IncSearch Property

Specifies whether a user can perform incremental search within an editing control.

#Declaration

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

#Property Value

Type Default
Boolean False

#Remarks

Set the IncSearch property to True to enable the incremental search feature. If enabled, end-users can locate records by typing cell values. When typing, the control automatically finds the closest match and focuses the corresponding record. If the IncSearch property is False, a user cannot locate records this way. The IncSearchItem property specifies whether incremental search can be performed by individual items (TreeList columns) and overrides the editing control’s behavior.

If the IncSearchItem property is not specified, the incremental search is performed by the currently focused item.

The default value of the IncSearch property is False.

See Also