Back to Devexpress

TcxCustomGridTableItemOptions.IncSearch Property

vcl-cxgridcustomtableview-dot-tcxcustomgridtableitemoptions.md

latest1.8 KB
Original Source

TcxCustomGridTableItemOptions.IncSearch Property

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

Declaration

delphi
property IncSearch: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

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

TcxCustomGridTableController.IncSearchingItem

TcxCustomGridTableController.IncSearchingText

TcxCustomGridTableItem.IncSearching

TcxCustomGridTableOptionsBehavior.IncSearch

Incremental Search

TcxCustomGridTableItemOptions Class

TcxCustomGridTableItemOptions Members

cxGridCustomTableView Unit