Click or drag to resize

RibbonBarGetGroupByName Method

Retrieves group by its name and by the name of the corresponding tab.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public RibbonBarGroup GetGroupByName(
	string tabName,
	string groupName
)

Parameters

tabName
Type: SystemString
Name of the tab.
groupName
Type: SystemString
Name of the group.

Return Value

Type: RibbonBarGroup
Remarks