GroupByHeader (DeploymentManifest - SPView)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Represents the definition of a Group By Header parameter (GroupByHeader) in a view.

Definition

DECLARATION
<xs:element name="GroupByHeader" minOccurs="0" maxOccurs="unbounded" />

USAGE
<View>
        <GroupByHeader />
</View>

Type

xs:string

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child elements

None

Parent elements

View Element (DeploymentManifest)

See also