Represents a C1ToolBarItemBinding class to specify the relationship of the data field and C1ToolBarItem's properties.

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

Syntax

C#
[DefaultPropertyAttribute("TextField")]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class C1ToolBarItemBinding : IStateManager, 
	ICloneable, IDataSourceViewSchemaAccessor
Visual Basic (Declaration)
<DefaultPropertyAttribute("TextField")> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class C1ToolBarItemBinding _
	Implements IStateManager, ICloneable, IDataSourceViewSchemaAccessor

Inheritance Hierarchy

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

See Also