GridViewCellEventArgsColumn Property |
Gets the index of the column that triggered the event, or -1 if no column.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public int Column { get; }
Public ReadOnly Property Column As Integer
Get
member Column : int with get
Property Value
Type:
Int32The column index.
See Also