The C1ToolBarGroup object defines a group of toolbar elements. C1ToolBarGroups are typically used when a group of functions are mutually exclusive. That is, only one of the functions represented by the group of buttons can be on at a time.

Namespace:  C1.Web.UI.Controls.C1ToolBar
Assembly:  C1ToolBarClient (in C1ToolBarClient.dll)

Syntax

JavaScript
C1.Web.UI.Controls.C1ToolBar.C1ToolBarGroup = function();

Type.createClass(
	'C1.Web.UI.Controls.C1ToolBar.C1ToolBarGroup',
	Client_C1.Web.UI.Controls.C1ToolBar.C1ToolBarItem,
	Client_C1.Web.UI.Controls.C1ToolBar.IC1ToolBarItemOwner);

Inheritance Hierarchy

System..::..Object
  UIElement
    C1.Web.UI.Controls.C1ToolBar..::..C1ToolBarItem
      C1.Web.UI.Controls.C1ToolBar..::..C1ToolBarGroup

See Also