Skip to main content

TcxCustomTreeList.OnEditing Event

Enables you to specify whether editing is allowed in a particular data cell.

Declaration

property OnEditing: TcxTreeListEditingEvent read; write;

Remarks

Sender specifies the tree list.

AColumn specifies the column whose data cell has been edited.

Allow specifies whether in-place editing is allowed. Pass True as Allow to allow in-place editing.

See Also