Back to Devexpress

TcxCustomGridTableOptionsBehavior.IncSearch Property

vcl-cxgridcustomtableview-dot-tcxcustomgridtableoptionsbehavior.md

latest1.8 KB
Original Source

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

TypeDefault
BooleanFalse

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

TcxCustomGridTableController.IncSearchingItem

TcxCustomGridTableController.IncSearchingText

TcxCustomGridTableItemOptions.IncSearch

TcxCustomGridTableOptionsBehavior.IncSearchItem

Incremental Search

TcxCustomGridTableOptionsBehavior Class

TcxCustomGridTableOptionsBehavior Members

cxGridCustomTableView Unit