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