'Declaration Public Enum ComboBoxValueType Inherits System.Enum
'Usage Dim instance As ComboBoxValueType
public enum ComboBoxValueType : System.Enum
'Declaration Public Enum ComboBoxValueType Inherits System.Enum
'Usage Dim instance As ComboBoxValueType
public enum ComboBoxValueType : System.Enum
Member | Description |
---|---|
Default | Same as the Text if the ComboBoxCellType.ItemsSource is a null reference (Nothing in Visual Basic); otherwise, the behave is same as the SelectedValue. |
SelectedIndex | Storage the selected index to the value of cell. |
SelectedItem | Storage the selected item to the value of cell. |
SelectedValue | Storage the selected value to the value of cell. |
Text | Storage the item text to the value of cell. |
System.Object
System.ValueType
System.Enum
GrapeCity.Wpf.SpreadSheet.CellType.ComboBoxValueType