Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / MenuItem Class / ChildItems Property
Example


In This Topic
    ChildItems Property
    In This Topic
    Gets the child items.
    Syntax
    'Declaration
     
    Public ReadOnly Property ChildItems As MenuItemCollection
    'Usage
     
    Dim instance As MenuItem
    Dim value As MenuItemCollection
     
    value = instance.ChildItems
    public MenuItemCollection ChildItems {get;}
    Example
    This example creates two menus for the Spread control.
    See Also