Skip to main content

TcxCustomGridTableOptionsBehavior.IncSearch Property

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

Declaration

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