The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WinJS.UI.ObjectType enumeration

Describes the type of object in a ListView.
Syntax
var WinJS.UI.ObjectType = { groupHeader : "groupHeader", item : "item" }
Members
The ObjectType enumeration has these members.
| Member | Value | Description |
|---|---|---|
| groupHeader | "groupHeader" |
The object is a group header in the list. |
| item | "item" |
The object is an item in the list. |
Requirements
|
Minimum WinJS version |
WinJS 3.0 |
|---|---|
|
Namespace |
WinJS.UI |
Show: