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: