[]
        
(Showing Draft Content)

C1.Win.TreeView.C1TreeView.SearchAll

SearchAll Method

SearchAll(string, int, ComparisonType, StringComparison)

Searches and shows all nodes containing the specified string.

Declaration
public bool SearchAll(string value, int columnIndex = 0, ComparisonType comparisonType = ComparisonType.Equal, StringComparison stringComparison = StringComparison.InvariantCultureIgnoreCase)
Parameters
Type Name Description
string value

The string to search for.

int columnIndex

Node column index.

ComparisonType comparisonType

String comparison type.

StringComparison stringComparison

A value that determines how a string and value are compared.

Returns
Type Description
bool

True if any nodes are found, False otherwise.