Skip to main content

TcxCustomGridTableView.OnEditing Event

Occurs before activating a grid cell’s editor.

Declaration

property OnEditing: TcxGridEditingEvent read; write;

Remarks

Handle the OnEditing event to enable or disable editing within a View. The Sender parameter identifies the View and the AItem parameter identifies the grid item to be edited. The AAllow parameter determines whether editing is permitted. Set it to False to prevent editing.

See Also