[]
Gets or sets the value that is written to the underlying data model.
public EditorValueType EditorValueType { get; set; }
Public Property EditorValueType As EditorValueType
ComboBoxCellType cellType = new ComboBoxCellType();
cellType.EditorValueType = EditorValueType.Value;
EditorValueType editorValueType = cellType.EditorValueType;