Gets or sets the collection of items when the dropdown button is clicked. Every item is a C1ToolBarButton.

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

Syntax

C#
[BrowsableAttribute(false)]
[NotifyParentPropertyAttribute(true)]
[C1CategoryAttribute("Category.Appearance")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[JsonAttribute(true)]
[LayoutAttribute(LayoutType.Behavior)]
[MergablePropertyAttribute(false)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[RefreshPropertiesAttribute(RefreshProperties.All)]
public C1ToolBarItemCollection Items { get; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
<NotifyParentPropertyAttribute(True)> _
<C1CategoryAttribute("Category.Appearance")> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
<JsonAttribute(True)> _
<LayoutAttribute(LayoutType.Behavior)> _
<MergablePropertyAttribute(False)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<RefreshPropertiesAttribute(RefreshProperties.All)> _
Public ReadOnly Property Items As C1ToolBarItemCollection
	Get

See Also