TcxTreeListColumn.EditValue Property
Specifies the value of the cell being edited.
Declaration
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