TcxCustomListView.OnEditing Event
Allows you to prevent list item edit operations.
Declaration
property OnEditing: TLVEditingEvent read; write;
Remarks
The OnEditing
event occurs every time the List View is about to invoke an in-place editor for a list item.
See Also