TcxCustomTreeList.Searching Property
Checks whether an incremental search is currently performed in the tree list.
Declaration
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