BaseComboBoxCellOwnsEditingComboBox Method
This is used to determine whether or not the given row owns the editing combo box control
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected bool OwnsEditingComboBox(
int rowIndex
)
Protected Function OwnsEditingComboBox (
rowIndex As Integer
) As Boolean
protected:
bool OwnsEditingComboBox(
int rowIndex
)
member OwnsEditingComboBox :
rowIndex : int -> bool
- rowIndex Int32
- The index of the row to check
BooleanTrue if it owns the control, false if it does not