Interface IListViewItemData<TIndex>
Namespace: Unity.Labs.ListView
Syntax
public interface IListViewItemData<TIndex>
Type Parameters
Name | Description |
---|---|
TIndex |
Properties
index
Declaration
TIndex index { get; }
Property Value
Type | Description |
---|---|
TIndex |
template
Declaration
string template { get; }
Property Value
Type | Description |
---|---|
String |