TcxGridGetFilterValuesEvent Type
The procedural type for filter item retrieval events.
Declaration
TcxGridGetFilterValuesEvent = procedure(Sender: TcxCustomGridTableItem; AValueList: TcxDataFilterValueList) of object;
Parameters
| Name | Type | Description |
|---|---|---|
| Sender | TcxCustomGridTableItem | The grid table item that raised a filter item retrieval event. |
| AValueList | TcxDataFilterValueList | The list of all items in the filter pop-up window. |
Remarks
A grid table item‘s OnGetFilterValues event references the TcxGridGetFilterValuesEvent type.
See Also