Skip to main content

TcxCustomGridTableItemOptions.FilteringPopupIncrementalFiltering Property

Enables the incremental filtering feature for the grid item’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.

The FilteringPopupIncrementalFiltering property is published in the Options classes of View items whose View supports incremental filtering. These View items and their Options class names (shown in parenthesis) are listed below.

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 located filter values.

The default value of the FilteringPopupIncrementalFiltering property is False.

See Also