Skip to main content

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