Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListColumnFilterPopupOptions.IncrementalFiltering Property

Provides access to a tree list column’s incremental filtering settings.

#Declaration

Delphi
property IncrementalFiltering: TcxTreeListColumnFilterPopupIncrementalFilteringOptions read; write;

#Property Value

Type
TcxTreeListColumnFilterPopupIncrementalFilteringOptions

#Remarks

Set the IncrementalFiltering.Enabled property to True to enable the incremental filtering functionality for the tree list column’s classic filter dropdown. Note that the incremental filtering settings do not affect Excel-inspired filter dropdowns. Refer to the TcxTreeListColumnFilterPopupIncrementalFilteringOptions class description for details.

See Also