TcxGridCardViewFiltering Class
Contains filter settings for a Card View.
Declaration
TcxGridCardViewFiltering = class(
TcxCustomGridTableFiltering
)
Remarks
This class implements settings that affect end-user data filter functionality in Card Views. Use the Filter property of a View’s source data controller to set up the filter criteria programmatically.
The TcxGridCardViewFiltering
class provides the following members that allow you to:
Specify if a View populates a filter dropdown with values from the corresponding dataset field (RowAddValueItems).
Customize general Card View row filter dropdown options (RowPopup).
Switch between available filter dropdown types (RowPopupMode).
Customize appearance and behavior settings of an Excel-inspired filter dropdown (RowExcelPopup).
Use the current filter criteria to limit the number of source records for each subsequent filter operation in other rows (RowFilteredItemsList and RowFilteredItemsListShowFilteredItemsOnly).
Adjust the size of the most recently used (MRU) values list or disable it for the filter panel (RowMRUItemsList and RowMRUItemsListCount).
Invoke a filter customization dialog (RunCustomizeDialog).
Direct TcxGridCardViewFiltering Class Reference
A Card View’s Filtering property references a TcxGridCardViewFiltering
object.