FlexPivot for WinForms
ConditionOperator 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : ConditionOperator 列挙体
Represents operators used in filter conditions.
シンタックス
'宣言
 
Public Enum ConditionOperator 
   Inherits System.Enum
public enum ConditionOperator : System.Enum 
メンバ
メンバ解説
BeginsWithReturn true if the string representation of the value begins with the operator parameter.
ContainsReturn true if the string representation of the value contains the operator parameter.
DoesNotContainReturn true if the string representation of the value does not contain the operator parameter.
EndsWithReturn true if the string representation of the value ends with the operator parameter.
EqualsReturn true if the value equals the operator parameter.
GreaterThanReturn true if the value is greater than the operator parameter.
GreaterThanOrEqualToReturn true if the value is greater than or equal to the operator parameter.
LessThanReturn true if the value is less than the operator parameter.
LessThanOrEqualToReturn true if the value is less than or equal to the operator parameter.
NoneDisables the operator.
NotEqualsReturn true if the value does not equal the operator parameter.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.ConditionOperator

参照

C1.Win.C1FlexGrid 名前空間