Skip to main content

TcxCustomGridTableItemOptions.IncSearch Property

Specifies whether an incremental search can be performed on the current item.

Declaration

property IncSearch: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

If this property is set to True and the View’s OptionsBehavior.IncSearch is also set to True, then a user can simply start typing when a record cell is selected and the grid will navigate to the row that contains the closest partial match in the same column.

To determine the item on which the incremental search is performed, see the View’s Controller.IncSearchingItem property.

The default value of the IncSearch property is True.

See Also