Click or drag to resize

ItemListItem Property

Returns the UI element at a particular index, or if index is out-of-bounds.

Namespace:  Kit.UI
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public virtual Item this[
	int index
] { get; }
Request Example View Source

Parameters

index
Type: SystemInt32

Property Value

Type: Item
See Also