MapIndexEventArgsIndex Property
The image list index related to the event
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public int Index { get; set; }
Public Property Index As Integer
Get
Set
public:
property int Index {
int get ();
void set (int value);
}
member Index : int with get, set
Property Value
Int32For the
MapIndexToValue event, this is used to pass the image
index that needs mapping to a cell value. For the
MapValueToIndex
event, it is used to return the image index that should be shown in the cell for the specified
Value.