Skip to main content

TcxCustomGridTableController.IsIncSearching Property

Indicates whether an incremental search is being performed.

Declaration

property IsIncSearching: Boolean read;

Property Value

Type
Boolean

Remarks

ExpressQuantumGrid supports an incremental search feature with which a user can locate a required record by typing characters (an item is a column in a (Banded) Table View and row in a Card View). The Incremental search topic provides more information on the incremental search feature.

You can use the IsIncSearching property to test whether the current View is in incremental search mode. The text being searched is specified by the IncSearchingText property

By default, incremental search is not available. To enable this feature, set the View’s OptionsBehavior.IncSearch property to True.

See Also