TcxvgOnGetContentStyleEvent Type
Declaration
TcxvgOnGetContentStyleEvent = procedure(Sender: TObject; AEditProp: TcxCustomEditorRowProperties; AFocused: Boolean; ARecordIndex: Integer; var AStyle: TcxStyle) of object;
Parameters
| Name | Type |
|---|---|
| Sender | TObject |
| AEditProp | TcxCustomEditorRowProperties |
| AFocused | Boolean |
| ARecordIndex | Integer |
| AStyle | TcxStyle |
See Also