Property ArrayIndex
ArrayIndex
Get the array index of the current event.
This can be used to get the index into an array, for example when rendering lists of buttons.
Returns -1 if the event is not originating from within an array.
public int ArrayIndex { get; }