IItem.groupKey property

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

Syntax

var groupKey = iItem.groupKey;
iItem.groupKey = groupKey;

Property value

Type: String

The group key for the item.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

IItem