WinJS.Binding.WinJS.Binding.GroupedSortedListProjection object

0 out of 1 rated this helpful - Rate this topic

Do not instantiate. Sorts the underlying list by group key and within a group respects the position of the item in the underlying list. Returned by createGrouped.

Syntax


var object = list.createGrouped(key, data, sorter);

Members

The GroupedSortedListProjection object has these types of members:

Methods

The GroupedSortedListProjection object has these methods.

MethodDescription
getItem

Gets a key/data pair for the specified item key.

 

Properties

The GroupedSortedListProjection object has these properties.

PropertyDescription

groups

Gets a List, which is a projection of the groups that were identified in this list.

 

Requirements

Namespace

WinJS.Binding

Library

Base.js

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.