Skip to main content
A newer version of this page is available. .

TcxGridViewSetStoredPropertyValueEvent Type

Declaration

TcxGridViewSetStoredPropertyValueEvent = procedure(Sender: TcxCustomGridView; const AName: string; const AValue: Variant) of object;

Parameters

Name Type
Sender TcxCustomGridView
AName string
AValue Variant
See Also