TcxCustomTreeList.FindNext(Boolean) Method
In This Article
Searches for a node containing the text specified by the SearchingText property.
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
AForward | Boolean |
|
#Returns
Type | Description |
---|---|
Boolean |
|
#Remarks
This method is used for the incremental search. It searches for the first data cell in the focused column that contains the specified string.
See Also