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

TcxCustomGridTableOptionsBehavior.IncSearch Property

Specifies whether a user can perform an incremental search within the current View.

#Declaration

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

#Property Value

Type Default
Boolean False

#Remarks

Set the IncSearch property to True to enable a user to start typing and have the grid automatically navigate to the closest match. If IncSearch is False, a user cannot locate records in this way.

The item’s Options.IncSearch property specifies whether an incremental search can be performed on individual items and overrides the grid tables global behavior.

The default value of the IncSearch property is False.

See Also