Gets or sets the item that is located at a specified index of the collection.
Namespace:
C1.Web.UI.Controls.C1ToolBarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[RefreshPropertiesAttribute(RefreshProperties.All)] [BrowsableAttribute(false)] [C1CategoryAttribute("Category.Appearance")] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] [JsonAttribute(true)] [LayoutAttribute(LayoutType.Behavior)] [MergablePropertyAttribute(false)] [NotifyParentPropertyAttribute(true)] [PersistenceModeAttribute(PersistenceMode.InnerProperty)] public C1ToolBarItemCollection Items { get; } |
| Visual Basic (Declaration) |
|---|
<RefreshPropertiesAttribute(RefreshProperties.All)> _ <BrowsableAttribute(False)> _ <C1CategoryAttribute("Category.Appearance")> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _ <JsonAttribute(True)> _ <LayoutAttribute(LayoutType.Behavior)> _ <MergablePropertyAttribute(False)> _ <NotifyParentPropertyAttribute(True)> _ <PersistenceModeAttribute(PersistenceMode.InnerProperty)> _ Public ReadOnly Property Items As C1ToolBarItemCollection Get |