The C1ToolBarGroup object defines a group of toolbar elements.

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

Syntax

C#
public class C1ToolBarGroup : C1ToolBarItemBase, 
	IC1ToolBarItemContainer
Visual Basic (Declaration)
Public Class C1ToolBarGroup _
	Inherits C1ToolBarItemBase _
	Implements IC1ToolBarItemContainer

Remarks

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.

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      UIElement
        C1.Web.UI.Controls.C1ToolBar..::..C1ToolBarItemBase
          C1.Web.UI.Controls.C1ToolBar..::..C1ToolBarGroup

See Also