TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / ComparisonType Enumeration

In This Topic
    ComparisonType Enumeration
    In This Topic
    String comparison type for C1TreeView.Search method.
    Syntax
    'Declaration
     
    
    Public Enum ComparisonType 
       Inherits System.Enum
    public enum ComparisonType : System.Enum 
    Members
    MemberDescription
    ContainsA specified substring occurs within cell value..
    EqualA specified string and a node value have the same value.
    StartsWithBeginning of cell value matches the specified string when compared.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.TreeView.ComparisonType

    See Also