ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / AutoGridGroup Class / Children Property

In This Topic
    Children Property (AutoGridGroup)
    In This Topic
    Gets the child tiles in this group.
    Syntax
    'Declaration
     
    Public ReadOnly Property Children As IList(Of AutoGridTile)
    public IList<AutoGridTile> Children {get;}
    See Also