Spread Windows Forms 10.0 Product Documentation
GcComboBoxEditorValue Enumeration


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

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

GrapeCity.Win.Spread.InputMan.CellType Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.