Map Index Event ArgsRow Property
This read-only property can be used to retrieve the row in which the event occurred
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 Row { get; }VB
Public ReadOnly Property Row As Integer
GetC++
public:
property int Row {
int get ();
}F#
member Row : int with get