ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / SplitGroup Class / Children Property

In This Topic
    Children Property (SplitGroup)
    In This Topic
    Gets the child items.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Children As IList(Of ISplitLayoutItem)
    public IList<ISplitLayoutItem> Children {get;}
    See Also