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

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