TcxTreeListColumn.EditValue Property
In This Article
Specifies the value of the cell being edited.
#Declaration
Delphi
property EditValue;
#Property Value
Type |
---|
Variant |
#Remarks
To determine whether a column is in edit mode, use its Editing property. If none of the column’s cells is being edited, the EditValue property value returns an unassigned variant.
See Also