Gets a C1MenuItemCollection object that includes the submenu items of the current menu item.

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

Syntax

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

Implements

IC1MenuItemCollectionOwner..::..Items

See Also