RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

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.DataEntryGrid
Assembly:  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

row
Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridRow
The row.
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.