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.MatchNodes Property

Provides access to the search result nodes by their match indexes.

#Declaration

Delphi
property MatchNodes[AMatchIndex: Integer]: TcxTreeListNode read;

#Property Value

Type
TcxTreeListNode

#Remarks

Pass a search result’s match index as the AMatchIndex parameter to access the corresponding visible node. The maximum valid match index is the MatchCount property value minus one.

The MatchNodes property returns nil instead of a node if the specified match index is beyond the valid range or there are no found matches among visible nodes.

Note

Use the MatchNodes property instead of the inherited MatchRowIndexes property.

See Also