DataEntryGridCustomControlCellProps Constructor
Initializes a new instance of the DataEntryGridCustomControlCellProps class and creates a custom control in the data entry grid cell.
Namespace:
RingSoft.DataEntryControls.Engine.DataEntryGrid.CellPropsAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
public DataEntryGridCustomControlCellProps( DataEntryGridRow row, int columnId, int selectedItemId, ComboBoxValueChangedTypes changeType )
Public Sub New ( _ row As DataEntryGridRow, _ columnId As Integer, _ selectedItemId As Integer, _ changeType As ComboBoxValueChangedTypes _ )
public: DataEntryGridCustomControlCellProps( DataEntryGridRow^ row, int^ columnId, int^ selectedItemId, ComboBoxValueChangedTypes^ changeType )
Parameters
- columnId
- Type: Int32
The column identifier.
- selectedItemId
- Type: Int32
The selected item identifier.
- changeType
- Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..ComboBoxValueChangedTypes
Type of the change.