TcxEditingControl.OnEditing Event
Occurs before activating a cell editor.
Declaration
property OnEditing: TcxecEditingEvent read; write;
Remarks
Handle this event to enable or disable editing within a control. The Sender parameter identifies the control and the AItem parameter identifies the control’s item to be edited. The Allow parameter determines whether editing can be initiated. Set it to False to prevent it.
See Also