TdxGridCalculateCellAutomationPropertyEvent Type
Declaration
TdxGridCalculateCellAutomationPropertyEvent = procedure(ARow: TcxGridDataRow; AColumn: TcxGridColumn; AProperty: TdxAutomationProperty; AProperties: TdxAutomationProperties) of object;
Parameters
| Name | Type |
|---|---|
| ARow | TcxGridDataRow |
| AColumn | TcxGridColumn |
| AProperty | TdxAutomationProperty |
| AProperties | TdxAutomationProperties |
See Also