TcxControlOptionsFilteringItemPopup Class
The base class for all classes that implement common filter dropdown settings in tree list and vertical grid controls.
Declaration
TcxControlOptionsFilteringItemPopup = class(
TcxControlOptionsFilteringItemCustomPopup
)
Remarks
This class provides the following members that allow you to:
Specify if a control populates a filter dropdown with the corresponding filter item values (AddValueItems).
Use the current filter criteria to limit the number of source records for subsequent filter operations in other items (FilteredItemsList and FilteredItemsListShowFilteredItemsOnly).
Adjust the size of the most recently used (MRU) values list or disable it for the filter panel (MRUItemsList and MRUItemsListCount).
Manage end-user capabilities related to multiple item value selection (MultiSelect and ApplyMultiSelectChanges).
Adjust the number of item values that a filter dropdown shows simultaneously (MaxDropDownItemCount).
Copy filter settings between compatible controls (Assign).
Do not use the TcxControlOptionsFilteringItemPopup class. Use its descendants instead.