TcxGridUserFilteringEvent Type
In This Article
#Declaration
Delphi
TcxGridUserFilteringEvent = procedure(Sender: TcxCustomGridTableItem; const AValue: Variant; const ADisplayText: string) of object;
#Parameters
Name | Type |
---|---|
Sender | Tcx |
AValue | Variant |
ADisplay |
string |
See Also