Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxEditorValue Enumeration


In This Topic
    GcComboBoxEditorValue Enumeration
    In This Topic
    Specifies what is written out to the data model for a selected item of GcComboBoxCellType.
    Syntax
    'Declaration
     
    
    Public Enum GcComboBoxEditorValue 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GcComboBoxEditorValue
    public enum GcComboBoxEditorValue : System.Enum 
    Members
    MemberDescription
    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
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxEditorValue

    See Also