Property Index
Index
Gets or sets the zero-based index of the item. This is optional and may be null. Index is typically used to indicate the position where item was inserted or removed in the case of ItemInserted or ItemRemoved.
public int? Index { get; set; }
Property Value
- int?