TcxTreeListDataFindCriteria Properties
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