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