TcxControlOptionsFilteringItemCustomPopup Class
The base class for all classes that implement filter dropdown options in container controls.
Declaration
TcxControlOptionsFilteringItemCustomPopup = class(
TcxControlOptions
)
Remarks
This class provides the following members that allow you to:
Limit the value list in a filter dropdown according to the active filter criteria (FilteredItemsList).
Switch between two value list limitation modes (FilteredItemsListShowFilteredItemsOnly).
Copy compatible filter dropdown settings between container controls (Assign).
You do not need to use the TcxControlOptionsFilteringItemCustomPopup class directly. Use its descendants instead.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxOwnedInterfacedPersistent
TcxControlOptions
TcxControlOptionsFilteringItemCustomPopup
See Also