Spread for ASP.NET 12 Product Documentation
FilterMatchingMode Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : FilterMatchingMode Enumeration
Specifies the match methods used in the automatic filter.
Syntax
'Declaration
 
Public Enum FilterMatchingMode 
   Inherits System.Enum
'Usage
 
Dim instance As FilterMatchingMode
public enum FilterMatchingMode : System.Enum 
Members
MemberDescription
AmbiguousMatchAllSpecifies to use the new ambiguous search engine when searching all substrings.
AmbiguousMatchStartWithSpecifies to use the new ambiguous search engine when searching for items that start with the value.
ExactMatchAllSpecifies to use a similar mode as MatchAll, except the search is case-sensitive.
ExactMatchStartWithSpecifies to use a similar mode as MatchStartWith, except the search is case-sensitive.
MatchAllSpecifies to search all possible substrings in the candidate list items and to ignore the case.
MatchStartWithSpecifies to use the same method as the current automatic complete matching feature and specifies to find items that start with the value and to ignore the case.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.FilterMatchingMode

See Also

Reference

FarPoint.Web.Spread Namespace