Map Index Event ArgsIndex Property
The image list index related to the event
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
For 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.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public int Index { get; set; }VB
Public Property Index As Integer
Get
SetC++
public:
property int Index {
int get ();
void set (int value);
}F#
member Index : int with get, setProperty 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.