Spread Windows Forms 17
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
    public GcComboBoxEditorValue EditorValue {get; set;}
    See Also