Method RequiredItem
RequiredItem<T>(int)
Gets item with the specified index. If index of the item is invalid, throws an exception.
T RequiredItem<T>(int index) where T : class
Parameters
indexintIndex of the item.
Returns
- T
Type Parameters
TType of the result.
RequiredItem(int)
Gets ListControlItem item with the specified index. If index of the item is invalid, an exception is thrown.
ListControlItem RequiredItem(int index)
Parameters
indexint