[]
Specifies what is written out to the data model for a selected item of GcComboBoxCellType.
public enum GcComboBoxEditorValue
Public Enum GcComboBoxEditorValue
Name | Description |
---|---|
Index | [1] Writes the selected index of GcComboBox to the model |
Text | [0] Writes the selected text of GcComboBox to the model |
Value | [2] Writes the selected value of GcComboBox to the model |