MindFusion.UI for WebForms Programmer's Guide

MenuItem.Children Property

See Also
 





Gets the collection of child items.

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

 Syntax

C#  Copy Code

public MenuItemCollection Children { get; }

Visual Basic  Copy Code

Public ReadOnly Property Children As MenuItemCollection

 Property Value

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

 See Also