GrapeCity.Win.MultiRow Namespace : FilterComparisonOperator Enumeration |
Public Enum FilterComparisonOperator Inherits System.Enum
Dim instance As FilterComparisonOperator
public enum FilterComparisonOperator : System.Enum
Member | Description |
---|---|
Contains | Indicates that cell text that contains the FilteringTextBoxCell text should be visible, other cells should be invisible. |
Custom | The cell text is compared to the FilteringTextBoxCell text using the FilteringTextBoxCell.CustomComparisonOperator property value. If the text is equal, the cell is visible. Other cells are invisible. |
Equals | Indicates that cell text that is equal to the FilteringTextBoxCell text should be visible, other cells should be invisible. |
StartsWith | Indicates that cell text that starts with the FilteringTextBoxCell text should be visible, other cells should be invisible. |
System.Object
System.ValueType
System.Enum
GrapeCity.Win.MultiRow.FilterComparisonOperator
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