[]
Specifies what is written out to the data model for a selected item from certain cell types that offer a selection of multiple values.
public enum EditorValueType
Public Enum EditorValueType
| Name | Description |
|---|---|
| Index | Writes the index of the selected item to the model. |
| Text | Writes the text value of the selected item to the model. |
| Value | Writes the corresponding data value of the selected item to the model. |