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.GroupHeaderTapBehavior enumeration

Specifies how group headers in a ListView respond to the tap interaction.
Syntax
var WinJS.UI.GroupHeaderTapBehavior = { invoke : "invoke", none : "none" }
Members
The GroupHeaderTapBehavior enumeration has these members.
| Member | Value | Description |
|---|---|---|
| invoke | "invoke" |
The group is invoked. |
| none | "none" |
Nothing happens. |
Requirements
|
Minimum WinJS version |
WinJS 3.0 |
|---|---|
|
Namespace |
WinJS.UI |
Show: