Gets a collection of C1ToolBarItem objects that represent all C1ToolBar items such as the ToolBarButton, Group, ToolBarCheckButton, ToolBarDropDownList, ToolBarSplitButton, and ToolBarSeparator. The Items property returns a C1ToolBarItemCollection object that contains a collection of C1ToolBarItem objects.
Namespace:
C1.Web.UI.Controls.C1ToolBarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[LayoutAttribute(LayoutType.Behavior)] [PersistenceModeAttribute(PersistenceMode.InnerProperty)] [RefreshPropertiesAttribute(RefreshProperties.All)] [C1CategoryAttribute("Category.Appearance")] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] [BrowsableAttribute(false)] [MergablePropertyAttribute(false)] [NotifyParentPropertyAttribute(true)] [JsonAttribute(true)] public C1ToolBarItemCollection Items { get; } |
| Visual Basic (Declaration) |
|---|
<LayoutAttribute(LayoutType.Behavior)> _ <PersistenceModeAttribute(PersistenceMode.InnerProperty)> _ <RefreshPropertiesAttribute(RefreshProperties.All)> _ <C1CategoryAttribute("Category.Appearance")> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _ <BrowsableAttribute(False)> _ <MergablePropertyAttribute(False)> _ <NotifyParentPropertyAttribute(True)> _ <JsonAttribute(True)> _ Public ReadOnly Property Items As C1ToolBarItemCollection Get |