Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType Namespace / ComboBoxValueType Enumeration


In This Topic
    ComboBoxValueType Enumeration
    In This Topic
    Determines how to storage the value of cell
    Syntax
    'Declaration
     
    Public Enum ComboBoxValueType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ComboBoxValueType
    public enum ComboBoxValueType : System.Enum 
    Members
    MemberDescription
    DefaultSame as the Text if the ComboBoxCellType.ItemsSource is a null reference (Nothing in Visual Basic); otherwise, the behave is same as the SelectedValue.
    SelectedIndexStorage the selected index to the value of cell.
    SelectedItemStorage the selected item to the value of cell.
    SelectedValueStorage the selected value to the value of cell.
    TextStorage the item text to the value of cell.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.CellType.ComboBoxValueType

    See Also