MindFusion.UI for WebForms Programmer's Guide

Menu.Items Property

See Also
 





Gets the collection of MenuItem instances, associated with this Menu.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public MenuItemCollection Items { get; }

Visual Basic  Copy Code

Public ReadOnly Property Items As MenuItemCollection

 Property Value

Type: MenuItemCollection
An instance of the MenuItemCollection class, containing references to the child items of the control.

 See Also