TcxCustomTreeList.Searching Property
In This Article
Checks whether an incremental search is currently performed in the tree list.
#Declaration
Delphi
property Searching: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
The property returns True, if an incremental search is being performed.
Note that incremental search is enabled if the tree list’s OptionsBehavior.IncSearch option is active.
See Also