Represents a collection of C1ToolBarItem objects that are used by the Items property.

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

Syntax

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

Type.createClass(
	'C1.Web.UI.Controls.C1ToolBar.C1ToolBarItemCollection');

Inheritance Hierarchy

System..::..Object
  C1.Web.UI.Controls.C1ToolBar..::..C1ToolBarItemCollection

See Also