TcxGridViewSetStoredPropertyValueEvent Type
In This Article
#Declaration
Delphi
TcxGridViewSetStoredPropertyValueEvent = procedure(Sender: TcxCustomGridView; const AName: string; const AValue: Variant) of object;
#Parameters
Name | Type |
---|---|
Sender | Tcx |
AName | string |
AValue | Variant |
See Also