ASP.NET Pack Programmer's Guide
MenuItem.Children Property
See Also
 





Gets the collection of child items.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 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

MenuItem Members
MenuItem Class
MindFusion.UI.WebForms Namespace