Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |