Gets or sets the function that is called when the ListView recycles the element representation of a group header.
Syntax
<div data-win-control="WinJS.UI.ListView" data-win-options="{ resetGroupHeader : value}" />
var resetGroupHeader = listView.resetGroupHeader;
listView.resetGroupHeader = resetGroupHeader;
Property value
Type:
A function with the following signature: function(header, element).
| Parameter | Description |
|---|---|
|
header |
The data for the HTML element being recycled. |
|
element |
The HTML element being recycled. |
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
WinJS.UI |
|
Library |
|
See also
Build date: 12/5/2012