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