TcxCustomTreeList.IsEditing Property
Checks whether the tree list is in edit mode.
Declaration
property IsEditing: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
The property returns True, if the tree list is in edit mode.
To exit from edit mode, use the node’s EndEdit method. Edit mode is activated using the tree list’s ShowEdit method.
See Also