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