ref
Section:
Ribbon
Value type:
String
Description
This attribute defines a reference to an element by its unique ID. This tag is used either in the RibbonDefinition.xml or custom.xml to reuse a predefined element.
<Group id="MyFirstGroup">
<DisplayName>1st Group</DisplayName>
<Button ref="ReserveButton"/>
</Group>
Was this helpful?