GrapeCity MultiRow Windows Forms Documentation
FilterComparisonOperator Enumeration


Specifies how to compare values between normal cell text and FilteringTextBoxCell text when filtering.
Syntax
Public Enum FilterComparisonOperator 
   Inherits System.Enum
Dim instance As FilterComparisonOperator
public enum FilterComparisonOperator : System.Enum 
Members
MemberDescription
ContainsIndicates that cell text that contains the FilteringTextBoxCell text should be visible, other cells should be invisible.
CustomThe 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.
EqualsIndicates that cell text that is equal to the FilteringTextBoxCell text should be visible, other cells should be invisible.
StartsWithIndicates that cell text that starts with the FilteringTextBoxCell text should be visible, other cells should be invisible.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.FilterComparisonOperator

Requirements

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

See Also

Reference

GrapeCity.Win.MultiRow Namespace
FilteringTextBoxCell Class
FilterComparisonOperator Property

 

 


Copyright © GrapeCity, inc. All rights reserved.