Version

ExcelStyleFilterSearchOperator Enumeration

Enumeration used to identify the type of text matching operation to perform on the text entered into the search textbox within the Excel style filter dropdown used to filter the available values within the RecordFilterTreeControl.
Syntax
'Declaration
 
Public Enum ExcelStyleFilterSearchOperator 
   Inherits System.Enum
public enum ExcelStyleFilterSearchOperator : System.Enum 
Members
MemberDescription
ContainsThe text entered is used as is and will match items that contain that string.
DefaultDefaults to Like.
LikeThe text entered is used in a like operator match where # is a wildcard for a single numeric digit, ? is a wildcard for any single character and * is a wildcard for zero or more characters.
Requirements

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