TcxTreeListColumnFilterPopupOptions.IncrementalFiltering Property
Provides access to a tree list column’s incremental filtering settings.
Declaration
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