TcxPivotGridFieldOptions.FilteringPopupIncrementalFiltering Property
Enables the incremental filtering feature for the field’s filter dropdown.
Declaration
property FilteringPopupIncrementalFiltering: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
With the incremental filtering feature, end-users can easily filter out values in a filter dropdown and display only those that start with or include a given search string. A special field is displayed above the filter list to allow entry of a search string.
Set the FilteringPopupIncrementalFiltering property to True to enable incremental filtering. Use the FilteringPopupIncrementalFilteringOptions to customize the manner in which the search is performed and optionally highlight the search string in the located filter values.
The default value of the FilteringPopupIncrementalFiltering property is False.
See Also