'Declaration
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="DevExpress.Web.Design.CommonDesignerEditor, DevExpress.Web.v15.1.Design, Version=15.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<AutoFormatDisableAttribute()>
<MergablePropertyAttribute(False)>
<DevExpressWebLocalizedDescriptionAttribute("Gets a collection that contains menu items of the menu's root level. ")>
Public ReadOnly Property Items As DevExpress.Web.MenuItemCollection
'Usage
Dim instance As MenuStrip
Dim value As DevExpress.Web.MenuItemCollection
value = instance.Items
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="DevExpress.Web.Design.CommonDesignerEditor, DevExpress.Web.v15.1.Design, Version=15.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[AutoFormatDisableAttribute()]
[MergablePropertyAttribute(false)]
[DevExpressWebLocalizedDescriptionAttribute("Gets a collection that contains menu items of the menu's root level. ")]
public DevExpress.Web.MenuItemCollection Items {get;}
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="DevExpress.Web.Design.CommonDesignerEditor, DevExpress.Web.v15.1.Design, Version=15.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[AutoFormatDisableAttribute()]
[MergablePropertyAttribute(false)]
[DevExpressWebLocalizedDescriptionAttribute("Gets a collection that contains menu items of the menu's root level. ")]
public:
property DevExpress.Web.MenuItemCollection^ Items {
DevExpress.Web.MenuItemCollection^ get();
}