TcxTreeListColumn.Editing Property
In This Article
Indicates whether the current column is being edited (in edit mode).
#Declaration
Delphi
property Editing;
#Property Value
Type |
---|
Boolean |
#Remarks
This property returns True if any cell corresponding to the current column is currently being edited. To obtain the value of the cell being edited, use the EditValue property.
Note
Setting the Tree
See Also