[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.ComboBoxValueType

ComboBoxValueType Enum

Determines how to storage the value of cell

Namespace: GrapeCity.Wpf.SpreadSheet.CellType
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public enum ComboBoxValueType
Public Enum ComboBoxValueType

Fields

Name Description
Default

Same as the Text if the GrapeCity.Wpf.SpreadSheet.CellType.ComboBoxCellType.ItemsSource is null; 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.