Gets DataBindings property.

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

Syntax

C#
[C1CategoryAttribute("Category.Data")]
[DefaultValueAttribute(null)]
[EditorAttribute("C1.Web.UI.Design.UITypeEditor.C1ToolBarBindingsUITypeEditor, C1.Web.UI.Controls.C1ToolBar", 
	typeof(UITypeEditor))]
[MergablePropertyAttribute(false)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public C1ToolBarItemBindingCollection DataBindings { get; }
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Data")> _
<DefaultValueAttribute(Nothing)> _
<EditorAttribute("C1.Web.UI.Design.UITypeEditor.C1ToolBarBindingsUITypeEditor, C1.Web.UI.Controls.C1ToolBar",  _
	GetType(UITypeEditor))> _
<MergablePropertyAttribute(False)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property DataBindings As C1ToolBarItemBindingCollection
	Get

See Also