TcxGridGetFilterValuesEvent Type
In This Article
The procedural type for filter item retrieval events.
#Declaration
Delphi
TcxGridGetFilterValuesEvent = procedure(Sender: TcxCustomGridTableItem; AValueList: TcxDataFilterValueList) of object;
#Parameters
Name | Type | Description |
---|---|---|
Sender | Tcx |
The grid table item that raised a filter item retrieval event. |
AValue |
Tcx |
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