Skip to main content

TcxControlOptionsBehavior.IncSearch Property

Specifies whether a user can perform incremental search within an editing control.

Declaration

property IncSearch: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the IncSearch property to True to enable the incremental search feature. If enabled, end-users can locate records by typing cell values. When typing, the control automatically finds the closest match and focuses the corresponding record. If the IncSearch property is False, a user cannot locate records this way. The IncSearchItem property specifies whether incremental search can be performed by individual items (TreeList columns) and overrides the editing control’s behavior.

If the IncSearchItem property is not specified, the incremental search is performed by the currently focused item.

The default value of the IncSearch property is False.

See Also