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

TcxTreeListDataFindCriteria Properties
Show Inherited Hide Inherited

Stores data search criteria and Find Panel settings for a tree list data controller.
Name Description
Behavior Specifies whether a search operation filters out records that do not meet the active search criteria. Inherited from TcxDataFindCriteria.
DataController Inherited from TcxDataFindCriteria.
MatchCount Returns the number of search results. Inherited from TcxDataFindCriteria.
MatchNodes Provides access to the search result nodes by their match indexes.
MatchRowIndexes Provides access to row indexes of the search results by their match indexes. Inherited from TcxDataFindCriteria.
Text Specifies the text search string treated as one or more search criteria. Inherited from TcxDataFindCriteria.
UseExtendedSyntax Specifies if the extended syntax is available for a search string. Inherited from TcxDataFindCriteria.
See Also