Click or drag to resize

RibbonBarHasGroup Method

Determines whether group with the given name is declared within the given tab.

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

Parameters

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

Return Value

Type: Boolean
Remarks