Multi Column Combo Box Editing ControlEditing Control Row Index Property
Gets or sets the index of the hosting cell's parent row
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public int EditingControlRowIndex { get; set; }VB
Public Property EditingControlRowIndex As Integer
Get
SetC++
public:
virtual property int EditingControlRowIndex {
int get () sealed;
void set (int value) sealed;
}F#
abstract EditingControlRowIndex : int with get, set
override EditingControlRowIndex : int with get, set