[]
        
(Showing Draft Content)

ValueFilterSearchKind Enumeration

ValueFilterSearchKind Enumeration

Specifies type of Search to use inside ValueFilterEditor.

Enumeration members

Enumeration members

Custom

Custom: = 3

Custom filter. In this type, need to assign the customFilter; otherwise, Excel will be executed.

Excel

Excel: = 2

Excel style wilcard(?, *, ~) character support.

Regex

Regex: = 1

Regex filter.

Text

Text: = 0

Simple includes text filter.