TcxVerticalGridEditingEvent Type
In This Article
#Declaration
Delphi
TcxVerticalGridEditingEvent = procedure(Sender: TObject; ARowProperties: TcxCustomEditorRowProperties; var Allow: Boolean) of object;
#Parameters
Name | Type |
---|---|
Sender | TObject |
ARow |
Tcx |
Allow | Boolean |
See Also