TcxCustomGridTableFiltering Class
Stores common filtering options for grid Views.
Declaration
TcxCustomGridTableFiltering = class(
TcxCustomGridOptions
)
Remarks
This is a base class for the TcxGridTableFiltering, TcxGridCardViewFiltering, and TcxGridLayoutViewFiltering classes. The TcxCustomGridTableFiltering class has the following members that allow you to:
Invoke the filter customization dialog for a grid View (RunCustomizeDialog).
Disable or enable a filter drop-down window for the filter panel (MRUItems).
Add criteria to the MRU filter criteria list (AddFilterToMRUItems).
Limit the size of the MRU filter criteria list (MRUItemsListCount).
Customize appearance and behavior of View item filter dropdowns (ItemPopup).
Switch between classic and Excel-inspired filter popups (ItemPopupMode).
Customize Excel-inspired filter popups (ItemExcelPopup).
Allow users to edit expressions in the Filter Builder dialog (ExpressionEditing).
Access a grid View to which these filtering settings belong (GridView).
A grid View’s Filtering property references a TcxCustomGridTableFiltering object.