Information
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

Applies to Windows and Windows Phone

Describes the type of object in a ListView.

Syntax


var WinJS.UI.ObjectType = {
  groupHeader : "groupHeader", 
  item : "item"
}

Members

The ObjectType enumeration has these members.

MemberValueDescription
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: