Version

FilterComparisonStyle Enumeration

Type of grid filter comparison style
Syntax
'Declaration
 
Public Enum FilterComparisonStyle 
   Inherits System.Enum
public enum FilterComparisonStyle : System.Enum 
Members
MemberDescription
DefaultThe default comparison type
DisplayTextOnlyCompare using only the on-screen, formatted, display text of the cell.
ValueOnlyCompare using only the raw, unformatted value of the cell.
ValueOrDisplayTextPerform both value and display text based comparison.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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