C1.Win.List Namespace / MatchCompareEnum Enumeration

MatchCompareEnum Enumeration
The comparation methods while searching the column.
Syntax
'Declaration
 
Public Enum MatchCompareEnum 
   Inherits System.Enum
 
Members
MemberDescription
EqualUsed to search for strings, numbers and dates that are equal to the stated value.
GreaterThanUsed to search for strings, numbers and dates that are greater than the stated value.
GreaterThanOrEqualUsed to search for strings, numbers and dates that are greater than or equal to the stated value.
IncludeEqualUsed to match a string inside another string.
LessThanUsed to search for strings, numbers and dates that are less than the stated value.
LessThanOrEqualUsed to search for strings, numbers and dates that are less than or equal to the stated value.
PartiallyEqualThe PartiallyEqual is the default mode, which is the same as incremental search
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.List.MatchCompareEnum

See Also