Interface IItem

Represents an item in a list.

Index

Properties

Properties

public data: T in WinJS.UI.IItem<T>

Gets or sets the item's data.

public groupKey: string

Gets the group key for the item. This property is only available for items that belong to a grouped data source.

public handle: string

Gets the temporary ID of the item.

public index: number

Gets the item's index in the IListDataSource.

public key: string

Gets or sets the key the identifies the item.