Click or drag to resize
RibbonCustomActionAddControlGroup Method
Registers custom ribbon controls group for a list at specified SPWeb.

Namespace: FluentRibbon
Assembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax
C#
public void AddControlGroup(
	GroupDefinition groupDefinition,
	string tabId,
	int sequence
)

Parameters

groupDefinition
Type: FluentRibbon.DefinitionsGroupDefinition
Definition of the ribbon group.
tabId
Type: SystemString
Id of parent tab for this group. For example, it could be "Ribbon.ListItem".
sequence
Type: SystemInt32
Sequence for the group, for positioning it within the tab.
See Also