C1.WPF.FlexGrid Namespace : ConditionOperator Enumeration |
'Declaration Public Enum ConditionOperator Inherits System.Enum
public enum ConditionOperator : System.Enum
Member | Description |
---|---|
BeginsWith | Return true if the string representation of the value begins with the operator parameter. |
Contains | Return true if the string representation of the value contains the operator parameter. |
DoesNotContain | Return true if the string representation of the value does not contain the operator parameter. |
DoesNotEqual | Return true if the value does not equal the operator parameter. |
EndsWith | Return true if the string representation of the value ends with the operator parameter. |
Equals | Return true if the value equals the operator parameter. |
IsGreaterThan | Return true if the value is greater than the operator parameter. |
IsGreaterThanOrEqualTo | Return true if the value is greater than or equal to the operator parameter. |
IsLessThan | Return true if the value is less than the operator parameter. |
IsLessThanOrEqualTo | Return true if the value is less than or equal to the operator parameter. |
None | Disables the operator. |
System.Object
System.ValueType
System.Enum
C1.WPF.FlexGrid.ConditionOperator
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2