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.
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
- Properties
Methods
The GroupedSortedListProjection object has these methods.
Method | Description |
---|---|
getItem | Gets a key/data pair for the specified item key. |
Properties
The GroupedSortedListProjection object has these properties.
Property | Access type | Description |
---|---|---|
Read/write |
Gets a List, which is a projection of the groups that were identified in this list. |
Remarks
This object inherits from WinJS.Binding.List. You can manipulate a FilteredListProjection using many of the same techniques as a List object.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Binding |