UserControlComboBoxCellInitializeEditingControl Method

This initializes the control used to edit the cell

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public override void InitializeEditingControl(
	int rowIndex,
	Object initialFormattedValue,
	DataGridViewCellStyle dataGridViewCellStyle
)

Parameters

rowIndex  Int32
The zero-based row index of the cell's location.
initialFormattedValue  Object
An object that represents the value displayed by the cell when editing is started.
dataGridViewCellStyle  DataGridViewCellStyle
The cell style.

See Also