TcxGridTableFiltering Class
Contains filter settings for a grid’s Table View.
Declaration
TcxGridTableFiltering = class(
TcxCustomGridTableFiltering
)
Remarks
This class implements settings that affect end-user data filter functionality in Table Views. Use the Filter property of a View’s source data controller to set up the filter criteria programmatically.
The TcxGridTableFiltering
class has members that allow you to do the following:
Specify if a View populates a filter pop-up window with values from the corresponding dataset field (ColumnAddValueItems).
Customize general settings of a column filter pop-up window (ColumnPopup).
Switch between available filter pop-up window types (ColumnPopupMode).
Customize appearance and behavior settings of an Excel-inspired filter pop-up window (ColumnExcelPopup).
Use the current filter criteria to limit the number of source records for each subsequent filter operation in other columns (ColumnFilteredItemsList and ColumnFilteredItemsListShowFilteredItemsOnly).
Adjust the size of the most recently used values list or disable it for the filter panel (ColumnMRUItemsList and ColumnMRUItemsListCount).
Direct TcxGridTableFiltering Class Reference
A grid Table View’s Filtering property references a TcxGridTableFiltering
object.