The type of editing control in the grid column.

Property of

GridColumn

Description

The editorType property is an enumerated property that determines the type of editable control used for the data in the column. It may have one of the following values:

Value

Description

Control

0

Default

Depends on column data type

1

Entryfield

ColumnEntryfield

2

CheckBox

ColumnCheckBox

3

SpinBox

ColumnSpinBox

4

ComboBox

ColumnComboBox

5

Editor

ColumnEditor

You may access the control through the editorControl property.