PowerTools InputMan for ASP.NET 8.0J
FilterMatchingMode 列挙体

オートフィルタで使用される一致方法を指定します。
構文
Public Enum FilterMatchingMode 
   Inherits System.Enum
public enum FilterMatchingMode : System.Enum 
メンバ
メンバ解説
AmbiguousMatchAll大文字/小文字の区別なし、文字種の区別なしの部分一致で検索します。
AmbiguousMatchStartWith大文字/小文字の区別なし、文字種の区別なしの前方一致で検索します。
ExactMatchAll大文字/小文字の区別あり、文字種の区別ありの部分一致で検索します。
ExactMatchStartWith大文字/小文字の区別あり、文字種の区別ありの前方一致で検索します。
MatchAll大文字/小文字の区別なし、文字種の区別ありの部分一致で検索します。
MatchStartWith大文字/小文字の区別なし、文字種の区別ありの前方一致で検索します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Web.Input.IMCombo.FilterMatchingMode

参照

GrapeCity.Web.Input.IMCombo 名前空間
MatchingMode プロパティ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.