Groups element (Server Ribbon)

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

Defines the groups of controls on a tab.

<Groups
  Id="Text"
/>

Elements and attributes

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

Attributes

Attribute Description
Id
Required. A string that identifies the element, such as "Ribbon.DocLibListForm.Edit.Groups".

Child elements

Parent elements

Occurrences

  • Minimum: 1
  • Maximum: 1

Example

The following XML fragment defines a tab that contains zero groups of controls.

<Tab Id="Ribbon.Read" Sequence="100" Command="ReadTab" Description="" Title="$Resources:core,TabRead;" CssClass="ms-browseTab">
  <Scaling Id="Ribbon.Read.Scaling">
  </Scaling>
  <Groups Id="Ribbon.Read.Groups">
  </Groups>
</Tab>