Skip to main content

TcxGridViewGetStoredPropertyValueEvent Type

Declaration

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

Parameters

Name Type
Sender TcxCustomGridView
AName string
AValue Variant
See Also