Skip to main content
A newer version of this page is available. .

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