Skip to main content

TcxTreeListColumn.Editing Property

Indicates whether the current column is being edited (in edit mode).

Declaration

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 TreeList control’s OptionsData.Editing property to False, automatically assigns False to a column’s Editing property.

See Also