Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTreeList.Searching Property

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