.png)
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 |