[]
        
(Showing Draft Content)

C1.Win.TreeView.ComparisonType

ComparisonType Enum

String comparison type for C1TreeView.Search method.

Namespace: C1.Win.TreeView
Assembly: C1.Win.TreeView.8.dll
Syntax
public enum ComparisonType

Fields

Name Description
Contains

A specified substring occurs within cell value..

Equal

A specified string and a node value have the same value.

StartsWith

Beginning of cell value matches the specified string when compared.