The C1ToolBarItem object represents link type items and provides the following three properties specific to link items: NavigateUrl property, Target property, and Text property. All toolbar items and child toolbar items are stored in the Items collection. C1ToolBar items can be a link item, button item, list item, group item, or separator item.

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

Syntax

C#
public abstract class C1ToolBarItem : C1ToolBarItemBase, 
	ICloneable
Visual Basic (Declaration)
Public MustInherit Class C1ToolBarItem _
	Inherits C1ToolBarItemBase _
	Implements ICloneable

Inheritance Hierarchy

See Also