Version

ExcelStyleFilterSearchOperator Property

Specifies the type of search operation to perform in the search textbox of the RecordFilterTreeControl to filter the items displayed within the tree control of the Excel style filter.
Syntax
'Declaration
 
Public Property ExcelStyleFilterSearchOperator As ExcelStyleFilterSearchOperator
public ExcelStyleFilterSearchOperator ExcelStyleFilterSearchOperator {get; set;}
Remarks

By default, the property is resolved to 'Like' and whose behavior is consistent with the Like operator used in the filter dialog or filter record. That Like operator is similar to VB Like operator which treats '*' as a wildcard for zero or more characters, '?' as a wildcard for any single character, '#' as a wildcard for a single numeric digit, etc.

Note: This property has no effect on the filter operation performed on the records. It only affects how the text typed into the search textbox within the RecordFilterTreeControl is used to filter the unique values within it's tree control which is displays to allow the end-user to check/uncheck one or more values to define the filter criteria for the field.

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