Click or drag to resize

ItemListData Property

Set a list of items and create UI elements for them, or get the list of items for which the elements were created.

Namespace:  Kit.UI
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public virtual IEnumerable Data { get; set; }
Request Example View Source

Property Value

Type: IEnumerable
See Also