BaseComboBoxCellOwnsEditingComboBox Method

This is used to determine whether or not the given row owns the editing combo box control

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected bool OwnsEditingComboBox(
	int rowIndex
)

Parameters

rowIndex  Int32
The index of the row to check

Return Value

Boolean
True if it owns the control, false if it does not

See Also