TcxCustomTreeList.SearchingText Property
Specifies the string used by the FindNext method.
Declaration
property SearchingText: string read; write;
Property Value
Type |
---|
string |
Remarks
The FindNext method searches for nodes containing the text that matches the specified string.
See Also