Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / EditorValue Property


In This Topic
EditorValue Property (GcComboBoxCellType)
In This Topic
Gets or sets what value is written to the underlying data model.
Syntax
'Declaration
 
Public Property EditorValue As GcComboBoxEditorValue
 
'Usage
 
Dim instance As GcComboBoxCellType
Dim value As GcComboBoxEditorValue
 
instance.EditorValue = value
 
value = instance.EditorValue
See Also