TcxPivotGridFieldOptions.FilteringPopupIncrementalFilteringOptions Property
Specifies how incremental filtering is applied to the field’s filter dropdown list.
Declaration
property FilteringPopupIncrementalFilteringOptions: TcxTextEditIncrementalFilteringOptions read; write; default [ifoHighlightSearchText, ifoUseContainsOperator];
Property Value
| Type |
|---|
| TcxTextEditIncrementalFilteringOptions |
Remarks
Options include:
| Value | Meaning |
|---|---|
| ifoUseContainsOperator | If set, the filter dropdown displays only those filter values that include the search string. Otherwise, the filter values that start with this string are displayed. |
| ifoHighlightSearchText | If set, the filter dropdown highlights the search string in located filter values. Otherwise, the filter values are not highlighted. |
The default value of the FilteringPopupIncrementalFilteringOptions property is [ifoHighlightSearchText, ifoUseContainsOperator].
See Also