DataEntryGridTextComboBoxCellProps Constructor
Initializes a new instance of the DataEntryGridTextComboBoxCellProps class and creates a text combo box control in the data entry grid cell..
Namespace:
RingSoft.DataEntryControls.Engine.DataEntryGridAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
public DataEntryGridTextComboBoxCellProps( DataEntryGridRow row, int columnId, TextComboBoxControlSetup comboBoxSetup, TextComboBoxItem selectedItem, ComboBoxValueChangedTypes changeType )
Public Sub New ( _ row As DataEntryGridRow, _ columnId As Integer, _ comboBoxSetup As TextComboBoxControlSetup, _ selectedItem As TextComboBoxItem, _ changeType As ComboBoxValueChangedTypes _ )
public: DataEntryGridTextComboBoxCellProps( DataEntryGridRow^ row, int^ columnId, TextComboBoxControlSetup^ comboBoxSetup, TextComboBoxItem^ selectedItem, ComboBoxValueChangedTypes^ changeType )
Parameters
- columnId
- Type: Int32
The column identifier.
- comboBoxSetup
- Type: RingSoft.DataEntryControls.Engine..::..TextComboBoxControlSetup
The combo box setup.
- selectedItem
- Type: RingSoft.DataEntryControls.Engine..::..TextComboBoxItem
The selected item.
- changeType
- Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..ComboBoxValueChangedTypes
Enum defining how the combo box selected value change should trigger SetCellValue.