TcxCustomGridTableItem.IncSearching Property
In This Article
Indicates whether an incremental search is currently in progress on the current item.
#Declaration
Delphi
property IncSearching: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
If an end-user is currently performing an incremental search on the current item, the IncSearching property returns True. Otherwise, IncSearching is False.
See Also